Updated the list of documentation files to be distributed.
[mmh] / docs / Makefile.in
index 7421f21..2a22004 100644 (file)
@@ -1,20 +1,21 @@
 #
 # Makefile for h subdirectory
 #
-# $Id$
-#
 
 SHELL = /bin/sh
 
 srcdir = @srcdir@
+datarootdir = @datarootdir@
 VPATH  = @srcdir@
 
 # header files included in distribution
 FILES = COMPLETION-BASH COMPLETION-TCSH COMPLETION-ZSH               \
         ChangeLog_MH-3_to_MH-6.6 ChangeLog_MH-6.7.0_to_MH-6.8.4.html \
-        DIFFERENCES FAQ MAIL.FILTERING MAILING-LISTS README.about    \
-        README-ATTACHMENTS README-HOOKS README.SASL                  \
-        README.developers README.manpages TODO
+        ChangeLog_nmh DIFFERENCES_nmh_MH MACHINES \
+        FAQ README.mail-filtering MAILING-LISTS \
+        README.attachments README.hooks README.SASL                  \
+        README.developers README.manpages TODO \
+        README.mhsign-mhpgp README.start-devel m_getfld.c.humor
 
 # auxiliary files
 AUX = Makefile.in
@@ -52,9 +53,9 @@ subdir = docs
 
 Makefile: Makefile.in ../config.status
        cd .. && ./config.status $(subdir)/$@
+
 distdir = ../`cat ../distname`/$(subdir)
-nmhdist: 
+mmhdist:
        @echo "Copying distribution files in $(subdir)"
        @for file in $(DIST); do \
          cp -p $(srcdir)/$$file $(distdir); \