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 MACHINES \
15 FAQ README.mail-filtering MAILING-LISTS README.about \
16 README.attachments README.hooks README.SASL \
17 README.developers README.manpages TODO
22 # all files in this directory included in the distribution
23 DIST = $(FILES) $(AUX)
25 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========
35 # ========== DEPENDENCIES FOR CLEANUP ==========
49 # ========== DEPENDENCIES FOR MAINTENANCE ==========
53 Makefile: Makefile.in ../config.status
54 cd .. && ./config.status $(subdir)/$@
56 distdir = ../`cat ../distname`/$(subdir)
58 @echo "Copying distribution files in $(subdir)"
59 @for file in $(DIST); do \
60 cp -p $(srcdir)/$$file $(distdir); \