X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=1cfba45af5482152a17ad8b75df2b6c4376c1c4e;hb=37a894d52dcd595033b719cff476b77b1dfe81d1;hp=28945d22480b5ae92a725791c62b385b867356f8;hpb=5b172c484238c964c547e7e45fb3c836f2d66fe5;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 28945d2..1cfba45 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,7 +10,7 @@ XMLFILES = \ TOP = $(srcdir)/yazpp.xml -MANFILES = yazpp-config.8 +MANFILES = yazpp-config.1 REFFILES = yazpp-config-man.xml @@ -30,7 +30,7 @@ $(HTMLFILES): $(XMLFILES) 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 yazpp.pdf: $(XMLFILES) @@ -47,7 +47,7 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.pdf *.tkl + rm -f *.html *.[0-9] *.pdf install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \