X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;h=a68ab2cbb57a1e5204fd65de98f654b991d44f8d;hb=5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35;hp=661116d87ce48ea91b2700c9425023065d4c44f2;hpb=51d3c1179979615d85205399a392fcc3ef1c4384;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in index 661116d..a68ab2c 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -10,9 +8,10 @@ srcdir = @srcdir@ 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 \ + DIFFERENCES FAQ MAIL.FILTERING MAILING-LISTS README.about \ + README-ATTACHMENTS README-HOOKS README.SASL \ README.developers README.manpages TODO # auxiliary files @@ -50,10 +49,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); \