X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=e99af4de02dbcfe7c9d170c396ea592242f866be;hb=5a54cb4d2b46949fceead27d0edb1a44df2d7da2;hp=956deee966035d2f636d295936971863e8ee5ed6;hpb=6ddc44cd9d1fcb0e4045d846dc87cbfacf125003;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 956deee..e99af4d 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 \ @@ -103,7 +104,7 @@ install-data-hook: cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1 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: @@ -116,7 +117,7 @@ domfilter.eps: domfilter.svg unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $? doc-clean: - rm -f *.html *.pdf *.[0-9] domfilter.png domfilter.eps + rm -f manref.xml *.html *.pdf *.[0-9] domfilter.png domfilter.eps .eps.pdf: epstopdf -hires $?