[hipl-commit] [trunk] Rev 4364: The doxygen target should depend on doc/Doxyfile.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 16:47:13 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 16:47:13
Revision: 4364
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  The doxygen target should depend on doc/Doxyfile.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-20 13:36:41 +0000
+++ Makefile.am 2010-04-20 13:45:01 +0000
@@ -441,8 +441,8 @@
 
 
 ### misc stuff ###
-doxygen:
-       doxygen doc/Doxyfile
+doxygen: doc/Doxyfile
+       doxygen $<
 
 nodist_doc_DATA = doc/HOWTO.html doc/HOWTO.txt $(wildcard $(addprefix 
$(srcdir)/doc/,*.png))

Other related posts:

  • » [hipl-commit] [trunk] Rev 4364: The doxygen target should depend on doc/Doxyfile. - Diego Biurrun