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