X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=96f46db1c9dcee04a8a5e63c3ed18674fcb00298;hb=0f164eccc13da194da4a5e5e892ca7efce56059c;hp=75f49d16095deff23090e9f7a124381a999426c0;hpb=f8d1d20eb4779a42e72b6a06c47d6e0f13075bf4;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 75f49d1..96f46db 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ SUBDIRS = $(shell if (test x$(CURRENT_TARGET) = xinstall) ; then echo $(Projects # # Files to include in fptools source distribution # -SRC_DIST_DIRS += mk docs CONTRIB $(ProjectsToBuild) -SRC_DIST_FILES += configure.in config.guess config.sub configure README ANNOUNCE ANNOUNCE-2.02 NEWS INSTALL Makefile install-sh +SRC_DIST_DIRS += mk docs CONTRIB distrib $(ProjectsToBuild) +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. #