|
From: <csi...@li...> - 2008-06-02 11:32:21
|
Revision: 1523
http://csipc2.svn.sourceforge.net/csipc2/?rev=1523&view=rev
Author: warcamel
Date: 2008-06-02 04:32:16 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
- changed title to correct Project name
- removed frontend related script from Makefile
Modified Paths:
--------------
trunk/doc/Makefile.am
trunk/doc/cluster.Doxyfile.in
Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am 2008-06-02 11:22:28 UTC (rev 1522)
+++ trunk/doc/Makefile.am 2008-06-02 11:32:16 UTC (rev 1523)
@@ -23,16 +23,9 @@
CLEANFILES = txt2man
-doc: doc-cluster doc-frontend
-
-doc-cluster:
- top_srcdir=${top_srcdir} doxygen ./cluster.Doxyfile > doxycluster.log
+doc:
+ top_srcdir=${top_srcdir} doxygen ./cluster.Doxyfile > doxycsipc2.log
-
-#doc-frontend:
-# top_srcdir=${top_srcdir} doxygen ./frontend.Doxyfile > doxyfrontend.log
-
doc-pdf:
- cd ./csi-cluster/latex; make >> doxycluster.log; make pdf >> doxycluster.log
+ cd ./csipc2-doc/latex; make >> doxycsipc2.log; make pdf >> doxycsipc2.log
-# cd ./csi-frontend/latex; make >> doxyfrontend.log; make pdf >> doxyfrontend.log
Modified: trunk/doc/cluster.Doxyfile.in
===================================================================
--- trunk/doc/cluster.Doxyfile.in 2008-06-02 11:22:28 UTC (rev 1522)
+++ trunk/doc/cluster.Doxyfile.in 2008-06-02 11:32:16 UTC (rev 1523)
@@ -24,9 +24,9 @@
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = "CSI:PC2 --- Cluster"
-PROJECT_NUMBER = 0.3
-OUTPUT_DIRECTORY = csi-cluster/
+PROJECT_NAME = "CSI PC2 Project"
+PROJECT_NUMBER = 0.1
+OUTPUT_DIRECTORY = csipc2-doc/
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|