X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=1cfba45af5482152a17ad8b75df2b6c4376c1c4e;hb=37a894d52dcd595033b719cff476b77b1dfe81d1;hp=42a49a0212dbaab492df72d95ed8b85a6c178045;hpb=008513e90ad91ea1497e1cfb7b04fd899391aee3;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 42a49a0..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,12 +47,12 @@ 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; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: