2 # Makefile for h subdirectory
8 datarootdir = @datarootdir@
11 # header files included in distribution
12 FILES = COMPLETION-BASH COMPLETION-TCSH COMPLETION-ZSH \
13 ChangeLog_MH-3_to_MH-6.6 ChangeLog_MH-6.7.0_to_MH-6.8.4.html \
14 ChangeLog_nmh DIFFERENCES_nmh_MH DIFFERENCES_mmh_nmh MACHINES \
15 FAQ README.mail-filtering MAILING-LISTS \
16 README.attachments README.hooks README.SASL \
17 README.developers README.manpages TODO schnalke-mmh.pdf \
18 README.mhsign-mhpgp README.start-devel m_getfld.c.humor
23 # all files in this directory included in the distribution
24 DIST = $(FILES) $(AUX)
26 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========
36 # ========== DEPENDENCIES FOR CLEANUP ==========
50 # ========== DEPENDENCIES FOR MAINTENANCE ==========
54 Makefile: Makefile.in ../config.status
55 cd .. && ./config.status $(subdir)/$@
57 distdir = ../`cat ../distname`/$(subdir)
59 @echo "Copying distribution files in $(subdir)"
60 @for file in $(DIST); do \
61 cp -p $(srcdir)/$$file $(distdir); \