X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=722bc92d256f03f8db8f822ee5308662588ba399;hb=6596c43a86a7627af223c30e67761fe373b79b77;hp=a54c20a47f82a520e7f28518af74f780b2c1fb99;hpb=fc466cc6ffe219410d74d99c01b8cb2b9307c250;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index a54c20a..722bc92 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,11 +6,12 @@ XMLFILES = \ zoom.xml \ api.xml \ license.xml \ - yazpp.xml + yazpp.xml \ + local.ent TOP = $(srcdir)/yazpp.xml -MANFILES = yazpp-config.8 +MANFILES = yazpp-config.1 REFFILES = yazpp-config-man.xml @@ -21,18 +22,17 @@ doc_DATA = $(HTMLFILES) man_MANS = $(MANFILES) EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) $(REFFILES) \ - entities.ent local.ent.in + entities.ent $(HTMLFILES): $(XMLFILES) rm -f *.html $(HTML_COMPILE) $(TOP) -index.tkl: $(XMLFILES) - $(TKL_COMPILE) $(TOP) - -yazpp-config.8: yazpp-config-man.xml +yazpp-config.1: yazpp-config-man.xml $(MAN_COMPILE) $(srcdir)/yazpp-config-man.xml +$(MANFILES): local.ent + yazpp.pdf: $(XMLFILES) if test ! -f common/id.png ; then cp $(srcdir)/common/id.png common/; fi $(PDF_COMPILE) $(TOP)