X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2FMakefile.am;h=a54c20a47f82a520e7f28518af74f780b2c1fb99;hb=d53e0ff85ad63de947da013a0d25a434d12eed40;hp=c46d3ce3ff09b37b9ed30a5f88b3135974a0af23;hpb=7c6491260329d0714c02580c37f700250a2ac09b;p=yazpp-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index c46d3ce..a54c20a 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 + 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: