X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=63089fb0514de4ca5c1e75c0fa72cdd4282a795b;hp=d66ff3a2cfb89647939ce54bc300d1ba891f4e38;hb=9b8dda8226cff9fb0ee5bf8d7c0e88e9613df63e;hpb=82719bea9e3b406fa34c14be9338dbb081e9a689 diff --git a/doc/Makefile.am b/doc/Makefile.am index d66ff3a..63089fb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -44,10 +44,13 @@ dist-hook: cp $$p $(distdir); \ done +doc-clean: + rm -f manref.xml *.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: