[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5238: Fixes to update-html-code script.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 22:04:38 -0000

------------------------------------------------------------
revno: 5238
committer: Miika Komu <miika@xxxxxx>
branch nick: trunk
timestamp: Wed 2010-12-01 00:03:10 +0200
message:
  Fixes to update-html-code script.
  
  The script was not functional anymore due to changes in building. Works again.
modified:
  tools/maintainer/update-html-code


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/maintainer/update-html-code'
--- tools/maintainer/update-html-code   2010-10-29 11:37:09 +0000
+++ tools/maintainer/update-html-code   2010-11-30 22:03:10 +0000
@@ -11,6 +11,8 @@
 mkdir $TMP_DIR
 
 tar xvzf $HIPL_TAR
-cd main
+cd trunk
+autoreconf --install
+./configure
 make doxygen
-mv doxy/html/* $OUTPUT_DIR
+mv doc/doxy/html/* $OUTPUT_DIR

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5238: Fixes to update-html-code script. - noreply