X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=03e48983c8a10d2fdfee514086ed9550235e095a;hb=d5170943ca365ace791c3254db15cc852df56d6b;hp=02260b6b864186c21b1ee93f227e8bfcb5362fad;hpb=efb17a2217474f9c890b2ab109e58240765e18a3;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 02260b6..03e4898 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,12 +1,12 @@ -## $Id: Makefile.am,v 1.74 2007-07-10 09:43:33 adam Exp $ SUBDIRS = common +docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) + XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml XMLFILES = \ administration.xml \ architecture.xml \ - examples.xml \ field-structure.xml \ indexdata.xml \ installation.xml \ @@ -14,7 +14,6 @@ XMLFILES = \ license.xml \ marc_indexing.xml \ querymodel.xml \ - quickstart.xml \ recordmodel-domxml.xml \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ @@ -24,6 +23,10 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml +#examples.xml +#quickstart.xml + + HTMLFILES = index.html PNGFILES = zebra.png domfilter.png @@ -106,10 +109,10 @@ uninstall-hook: rm -r $(DESTDIR)$(docdir) domfilter.png: domfilter.svg - inkscape --export-png=$@ --export-width=600 $? + unset DISPLAY; inkscape --export-png=$@ --export-width=600 $? domfilter.eps: domfilter.svg - inkscape --export-eps=$@ --export-bbox-page $? + unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? .eps.pdf: epstopdf -hires $?