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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user