diff options
author | Ian Lynagh <igloo@earth.li> | 2007-08-25 17:55:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-08-25 17:55:02 +0000 |
commit | 269ade3ebc4b3a7245825281e50e76e0020c2ce6 (patch) | |
tree | 736daf9757ecee852a56ea31d697d808e097c5d0 /Makefile | |
parent | 06c7fd3fd47dade1c07f200ea8b7e34fc703e6e5 (diff) | |
download | haskell-269ade3ebc4b3a7245825281e50e76e0020c2ce6.tar.gz |
Don't put push-all and darcs-all in source dists
We don't have the _darcs directories, so they won't work.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ SRC_DIST_DIRS += mk docs distrib bindisttest $(filter-out docs distrib,$(SUBDIRS SRC_DIST_FILES += \ configure.ac config.guess config.sub configure \ aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \ - ghc.spec.in extra-gcc-opts.in VERSION boot push-all darcs-all + ghc.spec.in extra-gcc-opts.in VERSION boot # ----------------------------------------------------------------------------- # Source distributions |