Revision: 1242
Author: christian.wuerker
Date: Thu Jul 9 20:05:20 2015 UTC
Log: Added go-configure to make file and updated doc config.
https://code.google.com/p/cmclasses/source/detail?r=1242
Modified:
/trunk/Makefile
/trunk/doc.xml.dist
=======================================
--- /trunk/Makefile Sat May 23 06:17:03 2015 UTC
+++ /trunk/Makefile Thu Jul 9 20:05:20 2015 UTC
@@ -4,6 +4,9 @@
all: update set-rights create-docs show-changes
+go-configure:
+ @php go.php configure
+
show-changes:
@svn diff .
=======================================
--- /trunk/doc.xml.dist Wed Nov 6 02:15:01 2013 UTC
+++ /trunk/doc.xml.dist Thu Jul 9 20:05:20 2015 UTC
@@ -2,7 +2,7 @@
<config>
<project>
<path>/path/to/cmClasses/version/src/</path>
- <extension>php5</extension>
+ <extension>php</extension>
<ignore type="file">/^(_|[a-z])/</ignore>
<ignore type="folder">/^DB/</ignore>
<category by="default">cmClasses</category>