X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=96f46db1c9dcee04a8a5e63c3ed18674fcb00298;hb=6c2585f8d52b7d1a879154bbcc5e62f4e9f1af99;hp=b964dd9d009258da01fb4304bc0b3bbabe7de2dd;hpb=aa0e0d413fda54aa900c95a3804a11e6d78ef07e;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index b964dd9..96f46db 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(Projects # Files to include in fptools source distribution # SRC_DIST_DIRS += mk docs CONTRIB distrib $(ProjectsToBuild) -SRC_DIST_FILES += configure.in config.guess config.sub configure README ANNOUNCE ANNOUNCE-2.02 NEWS INSTALL Makefile install-sh +SRC_DIST_FILES += configure.in config.guess config.sub configure aclocal.m4 README ANNOUNCE ANNOUNCE-$(GhcProjectVersion) NEWS INSTALL Makefile install-sh # @@ -39,10 +39,10 @@ binary-dist:: binary-dist-pre BIN_DIST_TOP= distrib/Makefile-bin.in \ distrib/configure-bin.in \ - distrib/README \ + README \ distrib/INSTALL \ - distrib/ANNOUNCE \ - distrib/PATCHLEVEL \ + ANNOUNCE \ + ghc/PATCHLEVEL \ glafp-utils/mkdirhier/mkdirhier \ ghc/RELEASE \ install-sh \ @@ -62,8 +62,8 @@ binary-dist:: # # Creating and copying the documentation into the bin-dist tree. -# (this tries to be oh-so-general about copyng docs, but isn't really -# suited for anything else than ghc/) +# (this tries to be oh-so-general about copying docs, but isn't really +# suited for anything other than ghc/) # # Needless to say, the rule below could be cleaned up somewhat. #