Fixed DIST targets to reflect that INSTALL and MACHINES are back at the top
[mmh] / Makefile.in
index ed09153..9492cd0 100644 (file)
@@ -70,13 +70,12 @@ INSTALL_DATA    = @INSTALL_DATA@
 .SUFFIXES:
 
 # all files in this directory included in the distribution
-DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \
-       TODO COMPLETION-ZSH COMPLETION-TCSH MAIL.FILTERING \
-       ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \
-       acconfig.h config.h.in configure.in configure stamp-h.in config.sub config.guess
+DIST = ChangeLog COPYRIGHT INSTALL MACHINES README VERSION ChangeLog install-sh\
+       mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \
+       configure.in configure stamp-h.in config.sub config.guess 
 
 # subdirectories in distribution
-SUBDIRS = h config sbr zotnet mts uip etc man
+SUBDIRS = h config sbr zotnet mts uip etc man docs
 
 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========