Revision: 6823
http://playerstage.svn.sourceforge.net/playerstage/?rev=6823&view=rev
Author: rtv
Date: 2008-07-08 16:09:14 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
replaced automake with makefile
Added Paths:
-----------
code/stage/trunk/docsrc/Makefile
Removed Paths:
-------------
code/stage/trunk/docsrc/Makefile.am
Added: code/stage/trunk/docsrc/Makefile
===================================================================
--- code/stage/trunk/docsrc/Makefile (rev 0)
+++ code/stage/trunk/docsrc/Makefile 2008-07-08 23:09:14 UTC (rev 6823)
@@ -0,0 +1,29 @@
+
+
+# add these subdirs to the distribution tarball
+EXTRA_DIST = \
+README \
+stage.txt \
+header.html \
+stage.dox \
+stage_button.png
+
+DOCDIR = $(prefix)/share/doc
+
+# build docs manually with 'make doc'
+doc:
+ doxygen stage.dox
+ cp stage_button.png stage
+
+# install the latest docs
+doc-install: doc
+ install -d stage $(DOCDIR)
+ cp -r -p -v stage $(DOCDIR)/stage
+
+# zap the built docs
+clean:
+ rm -rf stage
+
+# copy the latest docs to the web server
+upload:
+ ./upload.sh stage-svn stage
Deleted: code/stage/trunk/docsrc/Makefile.am
===================================================================
--- code/stage/trunk/docsrc/Makefile.am 2008-07-08 23:04:20 UTC (rev 6822)
+++ code/stage/trunk/docsrc/Makefile.am 2008-07-08 23:09:14 UTC (rev 6823)
@@ -1,29 +0,0 @@
-
-
-# add these subdirs to the distribution tarball
-EXTRA_DIST = \
-README \
-stage.txt \
-header.html \
-stage.dox \
-stage_button.png
-
-DOCDIR = $(prefix)/share/doc
-
-# build docs manually with 'make doc'
-doc:
- doxygen $(srcdir)/stage.dox
- cp stage_button.png stage
-
-# install the latest docs
-doc-install: doc
- install -d stage $(DOCDIR)
- cp -r -p -v stage $(DOCDIR)/stage
-
-# zap the built docs
-clean:
- rm -rf stage
-
-# copy the latest docs to the web server
-upload:
- ./upload.sh stage-cvs stage
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit