X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=8b56aa42dcf50db60bf9aebc04f472653d10bfb7;hb=3f64d5adf50452956cea3c9631db9e33c5cfabe5;hp=77e4ea928d23e3a2db48d59b18751e4bb3385c2f;hpb=94c14ae06c9a8090b53e6dcce3a59ed9d667ba50;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 77e4ea9..8b56aa4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -32,9 +32,6 @@ XMLFILES = \ HTMLFILES = index.html PNGFILES = zebra.png domfilter.png -EPSFILES = zebra.eps domfilter.eps -PDFFILES = zebra.pdf domfilter.pdf - MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ zebrasrv$(PACKAGE_SUFFIX).8 \ @@ -104,7 +101,7 @@ install-data-hook: cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1 if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: @@ -117,7 +114,7 @@ domfilter.eps: domfilter.svg unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? doc-clean: - rm -f *.html *.pdf *.[0-9] domfilter.png domfilter.eps + rm -f manref.xml *.html *.pdf *.[0-9] domfilter.png domfilter.eps .eps.pdf: epstopdf -hires $?