X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;h=e9092a0dbe55d7873a7f3d5319f3e9cbcc774992;hb=bb9360ead7eb7a3fedcce2eeedfc660014e41dbe;hp=661116d87ce48ea91b2700c9425023065d4c44f2;hpb=51d3c1179979615d85205399a392fcc3ef1c4384;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in index 661116d..e9092a0 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,18 +1,19 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = @srcdir@ # header files included in distribution -FILES = 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 \ +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 \ + ChangeLog_nmh DIFFERENCES_nmh_MH MACHINES \ + FAQ README.mail-filtering MAILING-LISTS README.about \ + README.attachments README.hooks README.SASL \ README.developers README.manpages TODO # auxiliary files @@ -50,10 +51,10 @@ superclean: realclean subdir = docs Makefile: Makefile.in ../config.status - cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./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); \