X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=62a17d9c3db4b14e23a4f4f830f6bc5a4f1bfb54;hb=1bf3c420dad254b9b0275f28541772e28197e19f;hp=13cb161c86ed31ce24b41937c0d866276d9af3af;hpb=41dc674228e5243d195f5369539260f011d9efa0;p=idzebra-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 13cb161..62a17d9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.61 2006-09-07 10:02:29 adam Exp $ +## $Id: Makefile.am,v 1.62 2006-10-11 09:39:44 adam Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -104,3 +104,7 @@ install-data-hook: for p in $$d/*.html; do \ $(docDATA_INSTALL) $$p $(DESTDIR)/$(docdir); \ done + +uninstall-hook: + rm -r $(DESTDIR)/$(docdir) +