X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=c76e0c9c098dea717df1e0de4a55b9556e04723a;hb=676ae79af06721621b1f66bdaec06164b3ba7b1f;hp=0ea7cc2315f87fe0a5abc7149c602a6cc8318f9e;hpb=71aa4212b624953ed6e934b41290e6ef8fb0e48a;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 0ea7cc2..c76e0c9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.66 2007-02-21 14:15:45 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,22 +24,22 @@ 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) \ + $(doc_DATA) zebra.eps $(man_MANS) \ marc_indexing.xml entities.ent local.ent.in domfilter.svg zebraidx$(PACKAGE_SUFFIX).1: 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 $?