[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5191: Updated the maintainer script for publishing the manual in the web.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 26 Nov 2010 20:16:30 -0000

------------------------------------------------------------
revno: 5191
committer: Miika Komu <miika@xxxxxx>
branch nick: trunk
timestamp: Fri 2010-11-26 22:14:54 +0200
message:
  Updated the maintainer script for publishing the manual in the web.
  
  The manual publishes at hipl.hiit.fi basically assumes people are using 
  the binaries, so it makes sense to claim /etc/hip instead of 
  /usr/local/etc/hip. This revision enforces /etc/hip in the published 
  manual.
modified:
  tools/maintainer/bzr-update-hipl


--
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/bzr-update-hipl'
--- tools/maintainer/bzr-update-hipl    2010-05-26 21:37:57 +0000
+++ tools/maintainer/bzr-update-hipl    2010-11-26 20:14:54 +0000
@@ -35,7 +35,7 @@
 # Make a HIP tarball
 #
 autoreconf --install
-./configure
+./configure --sysconfdir=/etc
 make dist
 
 # Add ChangeLog file and rename as "trunk"

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5191: Updated the maintainer script for publishing the manual in the web. - noreply