X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2FMakefile.am;h=550b6bf7ab8c2dc36033842dca527f03e1de0efa;hb=2f1b72bac8ae4ec39c69df715d8048ed57c6aa65;hp=b328f8f693a78200080f7e1e97e87edc9d99382f;hpb=7a161f98fa3efba595c96577e3ae7eda15b3dec3;p=gedcom-parse.git diff --git a/doc/Makefile.am b/doc/Makefile.am index b328f8f..550b6bf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,13 +2,14 @@ # $Id$ # $Name$ -EXTRA_DIST = index.html usage.html parser.html +EXTRA_DIST = index.html usage.html parser.html interface.html links.html VERSIONED_FILES = index.html dist-hook: - @cd $(distdir); \ - mkdir images - cp -p $(srcdir)/images/schema.obj $(srcdir)/images/schema.png images \ + mkdir -p $(distdir)/images; + cp -p $(srcdir)/images/schema.obj $(srcdir)/images/schema.png \ + $(distdir)/images; + cd $(distdir); \ for file in $(VERSIONED_FILES); do \ sed 's/\@VERSION\@/${VERSION}/' $$file > $$file.new; \ rm $$file; \