From 6f1792f3ff99956a3223133cfdd520d40978399c Mon Sep 17 00:00:00 2001 From: jcalcote Date: Fri, 24 Apr 2009 20:06:14 +0000 Subject: [PATCH] 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 --- 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 5d89df0..13b41d9 100644 --- a/flaim/docs/doxygen/Makefile.am +++ b/flaim/docs/doxygen/Makefile.am @@ -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: diff --git a/ftk/docs/Makefile.am b/ftk/docs/Makefile.am index 5d89df0..13b41d9 100644 --- a/ftk/docs/Makefile.am +++ b/ftk/docs/Makefile.am @@ -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: diff --git a/xflaim/docs/doxygen/Makefile.am b/xflaim/docs/doxygen/Makefile.am index 5d89df0..13b41d9 100644 --- a/xflaim/docs/doxygen/Makefile.am +++ b/xflaim/docs/doxygen/Makefile.am @@ -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: