X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FMakefile.in;h=e9092a0dbe55d7873a7f3d5319f3e9cbcc774992;hp=695bdf0afc616a89f0f34c75b11a7b7e0e04f229;hb=2679bb7e1305b30e1f0bef4612760b5a858456da;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b diff --git a/docs/Makefile.in b/docs/Makefile.in index 695bdf0..e9092a0 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -5,13 +5,15 @@ SHELL = /bin/sh srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = @srcdir@ # header files included in distribution 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 \ + 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 @@ -50,9 +52,9 @@ subdir = docs Makefile: Makefile.in ../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); \