You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2010/08/04 11:11:25 UTC

[zeta-commits] svn commit: r982212 - /incubator/zetacomponents/website/Makefile

Author: toby
Date: Wed Aug  4 11:11:24 2010
New Revision: 982212

URL: http://svn.apache.org/viewvc?rev=982212&view=rev
Log:
- Fixed: Updated website Makefile to reflect actual website structure.
# Located under /zetacomponents/...

Modified:
    incubator/zetacomponents/website/Makefile

Modified: incubator/zetacomponents/website/Makefile
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/Makefile?rev=982212&r1=982211&r2=982212&view=diff
==============================================================================
--- incubator/zetacomponents/website/Makefile (original)
+++ incubator/zetacomponents/website/Makefile Wed Aug  4 11:11:24 2010
@@ -142,7 +142,7 @@ extract-phpdoc :
 		fi ; \
 		cp "content/documentation/$(BUILDNAME)/phpdoc/$$NAME/"* "$$COMPONENT/phpdoc/" ; \
 		sed -i -e "s#\.\./$$NAME/##g" "$$COMPONENT/phpdoc/"*.html ; \
-		sed -i -e "s#\"\(\.\./\)\?\([a-zA-Z]*\)/#\"/documentation/$(BUILDNAME)/\2/phpdoc/#g" "$$COMPONENT/phpdoc/"*.html ; \
+		sed -i -e "s#\"\(\.\./\)\?\([a-zA-Z]*\)/#\"/zetacomponents/documentation/$(BUILDNAME)/\2/phpdoc/#g" "$$COMPONENT/phpdoc/"*.html ; \
 		INDEX_FILE="$$COMPONENT/phpdoc/.index.xml" ; \
 		echo '<?xml version="1.0" encoding="utf-8"?>' > $$INDEX_FILE ; \
 		echo '<index>' >> $$INDEX_FILE ; \
@@ -180,7 +180,7 @@ docs : tutorials extract-phpdoc
 	for DIR in $$(find "content/documentation/$(BUILDNAME)/" -mindepth 1 -maxdepth 1 -type d | grep -v "\\.svn" | grep -v phpdoc | grep -v design | sort) ; \
 	do \
 		NAME=`basename "$$DIR"` ; \
-		echo "__ /documentation/$(BUILDNAME)/$$NAME/tutorial.html" >> $$OVERVIEW ; \
+		echo "__ /zetacomponents/documentation/$(BUILDNAME)/$$NAME/tutorial.html" >> $$OVERVIEW ; \
 	done
 
 # Build the website