[38883] trunk/base/portmgr/jobs/GuideRegen.sh

wsiegrist at apple.com wsiegrist at apple.com
Fri Aug 1 16:53:41 PDT 2008


Revision: 38883
          http://trac.macosforge.org/projects/macports/changeset/38883
Author:   wsiegrist at apple.com
Date:     2008-08-01 16:53:41 -0700 (Fri, 01 Aug 2008)
Log Message:
-----------
Make the guide chunkier at <http://guide.macports.org/chunked/>

Modified Paths:
--------------
    trunk/base/portmgr/jobs/GuideRegen.sh

Modified: trunk/base/portmgr/jobs/GuideRegen.sh
===================================================================
--- trunk/base/portmgr/jobs/GuideRegen.sh	2008-08-01 19:53:58 UTC (rev 38882)
+++ trunk/base/portmgr/jobs/GuideRegen.sh	2008-08-01 23:53:41 UTC (rev 38883)
@@ -61,9 +61,13 @@
         || { echo "Checking out the doc tree from $REPO_BASE/trunk/doc-new failed." >> $FAILURE_LOG; bail ; }
 fi
 
-# (re)build
+# build single html version
 { cd ${SRCTREE}/doc-new && $MAKE guide > $FAILURE_LOG 2>&1 ; } \
     || { echo "make failed." >> $FAILURE_LOG ; bail ; }
 
+# build chunked version 
+{ cd ${SRCTREE}/doc-new && $MAKE guide-chunked > $FAILURE_LOG 2>&1 ; } \
+    || { echo "make failed." >> $FAILURE_LOG ; bail ; }
+
 # At this point the guide was regen'd successfuly, so we cleanup before we exit.
 cleanup && exit 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080801/b2562381/attachment.html 


More information about the macports-changes mailing list