X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FMakefile.in;h=e9092a0dbe55d7873a7f3d5319f3e9cbcc774992;hp=236a5bca62936c0ae46462fe4aea003503268b3a;hb=e9f7cdfaf76a410bc663735484bee44806f32894;hpb=d66e48eced59def411e289f040956b1ec3666cb0 diff --git a/docs/Makefile.in b/docs/Makefile.in index 236a5bc..e9092a0 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,19 +1,20 @@ # # 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 \ - MACHINES MAIL.FILTERING MAILING-LISTS Makefile.in \ - README.developers README.history 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 MACHINES \ + FAQ README.mail-filtering MAILING-LISTS README.about \ + README.attachments README.hooks README.SASL \ + README.developers README.manpages TODO # auxiliary files AUX = Makefile.in @@ -29,6 +30,8 @@ install: uninstall: +lint: + # ========== DEPENDENCIES FOR CLEANUP ========== mostlyclean: @@ -48,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); \