X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=docs%2FMakefile.in;h=a68ab2cbb57a1e5204fd65de98f654b991d44f8d;hb=33b33a0ac8a3f8f05c9bb0195c100306c00cce35;hp=aaf0fe45fcd3b5ae212d731840da69af42da9a76;hpb=81e4827df255b36011f7d017ca0aa5200883bfef;p=mmh diff --git a/docs/Makefile.in b/docs/Makefile.in index aaf0fe4..a68ab2c 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for h subdirectory # -# $Id$ -# SHELL = /bin/sh @@ -51,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: +mmhdist: @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \