X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;h=4d6c69678d3e935bbb0a26392fc2dc0d8e3acde9;hb=4033b947e4817fbaef2667658909a6f44d03c665;hp=768eb85194f24c362989a0c58d9ac876fea9482c;hpb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in index 768eb85..4d6c696 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,19 +1,21 @@ # # 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 \ - README.developers TODO +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 DIFFERENCES_mmh_nmh MACHINES \ + FAQ README.mail-filtering MAILING-LISTS \ + README.attachments README.hooks README.SASL \ + README.developers README.manpages TODO schnalke-mmh.pdf \ + README.mhsign-mhpgp README.start-devel m_getfld.c.humor # auxiliary files AUX = Makefile.in @@ -50,10 +52,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); \