Author: sebb
Date: Mon Apr 30 13:05:16 2018
New Revision: 1830585

URL: http://svn.apache.org/viewvc?rev=1830585&view=rev
Log:
Need to relativise the links

Modified:
    attic/site-lua/build.sh

Modified: attic/site-lua/build.sh
URL: 
http://svn.apache.org/viewvc/attic/site-lua/build.sh?rev=1830585&r1=1830584&r2=1830585&view=diff
==============================================================================
--- attic/site-lua/build.sh (original)
+++ attic/site-lua/build.sh Mon Apr 30 13:05:16 2018
@@ -1,4 +1,8 @@
 #!/usr/bin/env bash
 
 # Script for use by Buildbot - initial version
-make prod
+make -q prod
+
+# Make the URLs relative to allow testing under CI etc.
+perl -i -p -e 's!href="/!href="./!g' docs/*.html
+perl -i -p -e 's!href="/!href="../!g' docs/projects/*.html


Reply via email to