[The .processed suffix is now given by a variable and not hard-coded. Nils Anders Danielsson **20050526114456] { hunk ./Makefile 27 +CPPHS_PROCESSED_SUFFIX = .processed + hunk ./Makefile 33 -%.hs.processed : %.hs +%.hs$(CPPHS_PROCESSED_SUFFIX) : %.hs hunk ./Makefile 36 -# After building the documentation we remove the generated files. We -# do not want them included in the tar balls generated by darcs. -$(DOCDIR) : $(addprefix Test/,$(EXPOSED_SOURCES:=.processed)) Header +$(DOCDIR) : $(addprefix Test/,$(EXPOSED_SOURCES:=$(CPPHS_PROCESSED_SUFFIX))) \ + Header }