X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=77e4ea928d23e3a2db48d59b18751e4bb3385c2f;hb=ef6e86161049cd2fc0f9890b97cec9b835f7fcd6;hp=03e48983c8a10d2fdfee514086ed9550235e095a;hpb=0e77ef05bce104aedc4a661ed978cef98ec77a1f;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 03e4898..77e4ea9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,6 +8,7 @@ XMLFILES = \ administration.xml \ architecture.xml \ field-structure.xml \ + gpl-2.0.xml \ indexdata.xml \ installation.xml \ introduction.xml \ @@ -18,6 +19,7 @@ XMLFILES = \ recordmodel-alvisxslt.xml \ recordmodel-grs.xml \ manref.xml \ + tutorial.xml \ zebra.xml \ zebrasrv-options.xml \ zebrasrv-synopsis.xml \ @@ -70,7 +72,7 @@ zebra.pdf: $(XMLFILES) domfilter.pdf for i in $(PNGFILES); do \ if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \ done - dblatex $(srcdir)/zebra.xml + $(PDF_COMPILE) $(srcdir)/zebra.xml manref.xml: $(XMLMAN) $(srcdir)/common/ref2dbinc.xsl rm -f manref.xml @@ -114,6 +116,9 @@ domfilter.png: domfilter.svg domfilter.eps: domfilter.svg unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? +doc-clean: + rm -f *.html *.pdf *.[0-9] domfilter.png domfilter.eps + .eps.pdf: epstopdf -hires $?