X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=28945d22480b5ae92a725791c62b385b867356f8;hb=5b172c484238c964c547e7e45fb3c836f2d66fe5;hp=c46d3ce3ff09b37b9ed30a5f88b3135974a0af23;hpb=7c6491260329d0714c02580c37f700250a2ac09b;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index c46d3ce..28945d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -46,10 +46,13 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f *.html *.[0-9] *.pdf *.tkl + 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: