X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=c76e0c9c098dea717df1e0de4a55b9556e04723a;hb=681641deb0d9806b16d4605619cd6ef566393c0a;hp=3559cc6d1635e1dbc2e5e12152c1e0fd251d9a2e;hpb=c1152dc950bd0edb1e638f55f71f8f7c20c4f01a;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 3559cc6..c76e0c9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.65 2007-02-21 12:29:52 marc Exp $ -docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) - +## $Id: Makefile.am,v 1.72 2007-06-17 07:06:03 adam Exp $ SUBDIRS = common XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml @@ -26,23 +24,23 @@ XMLFILES = \ zebrasrv-synopsis.xml \ zebrasrv-virtual.xml -HTMLFILES = index.html +HTMLFILES = index.html -PNGFILES=zebra.png domfilter.png -EPSFILES=zebra.eps -PDFFILES=zebra.pdf domfilter.pdf +PNGFILES = zebra.png domfilter.png +EPSFILES = zebra.eps domfilter.eps +PDFFILES = zebra.pdf domfilter.pdf MANFILES=zebraidx$(PACKAGE_SUFFIX).1 \ zebrasrv$(PACKAGE_SUFFIX).8 \ idzebra-config$(PACKAGE_SUFFIX).1 -doc_DATA = $(HTMLFILES) $(PNGFILES) $(PDFFILES) +doc_DATA = $(HTMLFILES) $(PNGFILES) man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(XMLMAN) \ - $(doc_DATA) $(EPSFILES) $(man_MANS) \ - marc_indexing.xml entities.ent local.ent.in + $(doc_DATA) zebra.eps $(man_MANS) \ + marc_indexing.xml entities.ent local.ent.in domfilter.svg zebraidx$(PACKAGE_SUFFIX).1: zebraidx.xml $(MAN_COMPILE) $(srcdir)/zebraidx.xml @@ -57,7 +55,7 @@ idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config.xml $(MAN_COMPILE) $(srcdir)/idzebra-config.xml mv idzebra-config.1 idzebra-config$(PACKAGE_SUFFIX).1 -$(HTMLFILES): $(XMLFILES) +$(HTMLFILES): $(XMLFILES) $(PNGFILES) rm -f *.html $(HTML_COMPILE) $(srcdir)/zebra.xml @@ -65,7 +63,7 @@ index.tkl: $(XMLFILES) rm -f *.tkl $(TKL_COMPILE) $(srcdir)/zebra.xml -zebra.pdf: $(XMLFILES) +zebra.pdf: $(XMLFILES) domfilter.pdf for i in $(PNGFILES); do \ if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \ done @@ -108,7 +106,7 @@ uninstall-hook: rm -r $(DESTDIR)/$(docdir) domfilter.png: domfilter.svg - inkscape --export-png=$@ --export-width=600 --export-area-drawing $? + inkscape --export-png=$@ --export-width=600 $? domfilter.eps: domfilter.svg inkscape --export-eps=$@ --export-bbox-page $?