[hipl-commit] [trunk] Rev 4344: Doxygen documentation moved to doc/doxy; remove that directory on 'make clean'.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 20 Apr 2010 12:26:19 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 20/04/2010 at 12:26:18
Revision: 4344
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Doxygen documentation moved to doc/doxy; remove that directory on 'make 
clean'.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-17 11:17:20 +0000
+++ Makefile.am 2010-04-20 09:25:50 +0000
@@ -448,7 +448,7 @@
 
 CLEANFILES += doc/HOWTO.html doc/HOWTO.txt
 clean-local:
-       rm -rf doxy
+       rm -rf doc/doxy
 
 # The olddeb target is for maemo builds only
 bin deb increl olddeb rpm syncrepo:

Other related posts:

  • » [hipl-commit] [trunk] Rev 4344: Doxygen documentation moved to doc/doxy; remove that directory on 'make clean'. - Diego Biurrun