X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=c00f5f62b741150e92f38e6394bfa6f111b82b6e;hb=e52775f43857f377aa2aa69f82ac2d2f26dc6297;hp=0d9ffb4ad9475de730ab2ee240d8b528b44017e8;hpb=e6a4e5816e0b521713e899cafa60b0dd6bc74eec;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index 0d9ffb4ad..c00f5f62b 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -33,6 +33,8 @@ man7dir=$(mandir)/man7 INSTALL?=install +-include ../config.mak.autogen + # # Please note that there is a minor bug in asciidoc. # The version after 6.0.3 _will_ include the patch found here: @@ -105,7 +107,7 @@ WEBDOC_DEST = /pub/software/scm/git/docs $(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt rm -f $@+ $@ - sed -e '1,/^$$/d' $? | asciidoc -b xhtml11 - >$@+ + sed -e '1,/^$$/d' $< | asciidoc -b xhtml11 - >$@+ mv $@+ $@ install-webdoc : html