X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;h=38db87e9b827f6709783061c76bc42765a6ccac3;hb=cd1299b02c2fbe61f408a8387402494364688337;hp=61e9f59b96b2a7d54835e9f22b1cc3147967ee1c;hpb=2894f47bd3f3d15d944e650cb4fadb1aec3a5e15;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in index 61e9f59..38db87e 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -10,10 +8,11 @@ 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 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 \ + DIFFERENCES FAQ MAIL.FILTERING MAILING-LISTS README.about \ + README-ATTACHMENTS README-HOOKS README.SASL \ + README.developers README.manpages TODO # auxiliary files AUX = Makefile.in @@ -29,6 +28,8 @@ install: uninstall: +lint: + # ========== DEPENDENCIES FOR CLEANUP ========== mostlyclean: @@ -48,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: +nmhdist: @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \