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
This commit is contained in:
jcalcote
2009-04-29 20:35:08 +00:00
parent aa284857ad
commit 4746117cd2
3 changed files with 9 additions and 0 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: