debian compat 9
[yazproxy-moved-to-github.git] / doc / Makefile.am
index d66ff3a..63089fb 100644 (file)
@@ -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: