X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=03e48983c8a10d2fdfee514086ed9550235e095a;hb=0e77ef05bce104aedc4a661ed978cef98ec77a1f;hp=8c92e8b5032b14704957d4d783818d5fefd4a5ac;hpb=0abddc11543465c41fb86921552ab6b42f2f323f;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 8c92e8b..03e4898 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,12 @@ -## $Id: Makefile.am,v 1.71 2007-02-23 09:35:17 adam Exp $ -docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) - 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 \ @@ -16,7 +14,6 @@ XMLFILES = \ license.xml \ marc_indexing.xml \ querymodel.xml \ - quickstart.xml \ recordmodel-domxml.xml \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ @@ -26,6 +23,10 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml +#examples.xml +#quickstart.xml + + HTMLFILES = index.html PNGFILES = zebra.png domfilter.png @@ -101,17 +102,17 @@ 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); \ + $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + 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 $?