X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FMakefile.in;h=a30292b681551e5a55b719725eae9f47dabc68f1;hp=aaf0fe45fcd3b5ae212d731840da69af42da9a76;hb=04083c773195287a6a0774d27f96897f3d57d69d;hpb=81e4827df255b36011f7d017ca0aa5200883bfef diff --git a/docs/Makefile.in b/docs/Makefile.in index aaf0fe4..a30292b 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,20 +1,24 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = @srcdir@ # header files included in distribution -FILES = COMPLETION-BASH COMPLETION-TCSH COMPLETION-ZSH \ +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 + ChangeLog_nmh \ + DIFFERENCES_nmh_MH DIFFERENCES_mmh_nmh \ + TODO MACHINES FAQ MAILING-LISTS \ + README.start-devel README.developers README.releasing \ + README.manpages README.mail-filtering README.mhsign-mhpgp \ + README.attachments README.hooks \ + schnalke-mmh.pdf \ + m_getfld.c.humor # auxiliary files AUX = Makefile.in @@ -51,10 +55,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); \