[hipl-commit] [trunk] Rev 4122: Fix Doxygen generation for out-of-tree builds.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 1 Apr 2010 17:36:18 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 01/04/2010 at 17:36:18
Revision: 4122
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fix Doxygen generation for out-of-tree builds.

Modified:
  R  doc/Doxyfile => Doxyfile.in
  M  Makefile.am
  M  configure.ac
  M  Doxyfile.in

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-01 13:50:12 +0000
+++ Makefile.am 2010-04-01 14:35:51 +0000
@@ -622,7 +622,7 @@
 endif # HAVE_PYTHON
 
 doxygen:
-       doxygen doc/Doxyfile
+       doxygen Doxyfile
 
 # The olddeb target is for maemo builds only
 bin deb increl olddeb rpm syncrepo:

=== modified file 'configure.ac'
--- configure.ac        2010-03-30 12:41:08 +0000
+++ configure.ac        2010-04-01 14:35:51 +0000
@@ -388,6 +388,6 @@
 # Set the preprocessor flags for the entire project
 AC_SUBST(AM_CPPFLAGS, "-D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=500 
$MAEMO_CPPFLAGS")
 
-AC_CONFIG_FILES([ Makefile ])
+AC_CONFIG_FILES([ Doxyfile Makefile ])
 
 AC_OUTPUT

Other related posts:

  • » [hipl-commit] [trunk] Rev 4122: Fix Doxygen generation for out-of-tree builds. - Diego Biurrun