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: YAZPP.1.0.2~9 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=90b8490a4ddc8533a696bd8a4d7248faf89b0de9 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 4784afd..abd0595 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.23 2006-09-07 10:07:02 adam Exp $ +## $Id: Makefile.am,v 1.24 2006-10-11 09:39:43 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -59,4 +59,5 @@ install-data-hook: $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ done - +uninstall-hook: + rm -r $(DESTDIR)/$(docdir)