From: Adam Dickmeiss Date: Wed, 11 Oct 2006 09:39:43 +0000 (+0000) Subject: Fixed 'make distcheck'. Failed due to html files not being removed by X-Git-Tag: YAZ.2.1.36~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ad5ad9a7ef375193c0f526b6321c9ee5bd8ce8b1 Fixed 'make distcheck'. Failed due to html files not being removed by uninstall. Added uinstall-hook for the doc directory. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index d9332a4..023d390 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.73 2006-09-07 10:01:50 adam Exp $ +## $Id: Makefile.am,v 1.74 2006-10-11 09:39:43 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -85,3 +85,6 @@ install-data-hook: for p in $$d/*.html; do \ $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ done + +uninstall-hook: + rm -r $(DESTDIR)/$(docdir)