Added install-data-hook targets to doxygen makefiles to unpack the doxygen archive in the pkg doc directory.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1093 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2009-04-24 20:06:14 +00:00
parent b14c9030bb
commit 6f1792f3ff
3 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ doxygen.stamp: doxyfile
$(DOXYGEN) $(DOXYFLAGS) $<
echo Timestamp > $@
install-data-hook:
cd $(DESTDIR)$(docdir) && tar xf $(docpkg)
CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg)
clean-local:

View File

@@ -9,6 +9,9 @@ doxygen.stamp: doxyfile
$(DOXYGEN) $(DOXYFLAGS) $<
echo Timestamp > $@
install-data-hook:
cd $(DESTDIR)$(docdir) && tar xf $(docpkg)
CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg)
clean-local:

View File

@@ -9,6 +9,9 @@ doxygen.stamp: doxyfile
$(DOXYGEN) $(DOXYFLAGS) $<
echo Timestamp > $@
install-data-hook:
cd $(DESTDIR)$(docdir) && tar xf $(docpkg)
CLEANFILES = doxywarn.txt doxygen.stamp $(docpkg)
clean-local: