From 4746117cd2da247275507cb94d04b4e7a7cc6b49 Mon Sep 17 00:00:00 2001 From: jcalcote Date: Wed, 29 Apr 2009 20:35:08 +0000 Subject: [PATCH] Added uninstall-hook targets to doxygen Makefile.am files to remove html directories. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1096 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/docs/doxygen/Makefile.am | 3 +++ ftk/docs/Makefile.am | 3 +++ xflaim/docs/doxygen/Makefile.am | 3 +++ 3 files changed, 9 insertions(+) diff --git a/flaim/docs/doxygen/Makefile.am b/flaim/docs/doxygen/Makefile.am index 13b41d9..4b2c607 100644 --- a/flaim/docs/doxygen/Makefile.am +++ b/flaim/docs/doxygen/Makefile.am @@ -12,6 +12,9 @@ doxygen.stamp: doxyfile install-data-hook: cd $(DESTDIR)$(docdir) && tar xf $(docpkg) +uninstall-hook: + cd $(DESTDIR)$(docdir) && rm -rf html + CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg) clean-local: diff --git a/ftk/docs/Makefile.am b/ftk/docs/Makefile.am index 13b41d9..4b2c607 100644 --- a/ftk/docs/Makefile.am +++ b/ftk/docs/Makefile.am @@ -12,6 +12,9 @@ doxygen.stamp: doxyfile install-data-hook: cd $(DESTDIR)$(docdir) && tar xf $(docpkg) +uninstall-hook: + cd $(DESTDIR)$(docdir) && rm -rf html + CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg) clean-local: diff --git a/xflaim/docs/doxygen/Makefile.am b/xflaim/docs/doxygen/Makefile.am index 13b41d9..4b2c607 100644 --- a/xflaim/docs/doxygen/Makefile.am +++ b/xflaim/docs/doxygen/Makefile.am @@ -12,6 +12,9 @@ doxygen.stamp: doxyfile install-data-hook: cd $(DESTDIR)$(docdir) && tar xf $(docpkg) +uninstall-hook: + cd $(DESTDIR)$(docdir) && rm -rf html + CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg) clean-local: