commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5588 - in trunk/gnue-common: doc/technotes utils


From: jamest
Subject: r5588 - in trunk/gnue-common: doc/technotes utils
Date: Tue, 30 Mar 2004 20:20:02 -0600 (CST)

Author: jamest
Date: 2004-03-30 20:20:01 -0600 (Tue, 30 Mar 2004)
New Revision: 5588

Added:
   trunk/gnue-common/utils/update-tool-docs
Removed:
   trunk/gnue-common/utils/update-tool-dtds
Modified:
   trunk/gnue-common/doc/technotes/00011.txt
Log:
changed script name to be more accurate
added mention of script in release proceedure



Modified: trunk/gnue-common/doc/technotes/00011.txt
===================================================================
--- trunk/gnue-common/doc/technotes/00011.txt   2004-03-31 02:13:13 UTC (rev 
5587)
+++ trunk/gnue-common/doc/technotes/00011.txt   2004-03-31 02:20:01 UTC (rev 
5588)
@@ -1,7 +1,7 @@
 Title:   How To Make A Release
 Status:  Current 
 Created: 2003-10-14
-Revised: 2003-10-14
+Revised: 2003-03-30
 
 How to make a release
 ---------------------
@@ -9,6 +9,9 @@
 * Check if samples are all working and consistent with the current state of the
   code.
 
+* From the top level checkout dir run gnue-common/utils/update-tool-docs
+  to rebuild the man pages and dtd files
+
 * Read all documentation and check if is consistent with the current state of
   the code (this includes doc/, AUTHORS, BUGS, FAQ, INSTALL, README, ROADMAP,
   THANKS and TODO).

Copied: trunk/gnue-common/utils/update-tool-docs (from rev 5586, 
trunk/gnue-common/utils/update-tool-dtds)

Deleted: trunk/gnue-common/utils/update-tool-dtds
===================================================================
--- trunk/gnue-common/utils/update-tool-dtds    2004-03-31 02:13:13 UTC (rev 
5587)
+++ trunk/gnue-common/utils/update-tool-dtds    2004-03-31 02:20:01 UTC (rev 
5588)
@@ -1,39 +0,0 @@
-#!/bin/bash
-#
-# run from base gnue dir
-#
-
-GDTD=gnue-common/scripts/gnuedtd
-
-# Forms 
-gcvs $GDTD forms     gnue-forms/doc/gnue-forms.dtd
-(cd gnue-forms/doc/man && gfcvs --generate-man-page)
-
-# Reports
-gcvs $GDTD reports   gnue-reports/doc/gnue-reports.dtd
-(cd gnue-reports/doc/man && grcvs --generate-man-page)
-(cd gnue-reports/doc/man && grdcvs --generate-man-page)
-
-# Schema
-gcvs $GDTD schema    gnue-common/doc/gnue-schema.dtd
-(cd gnue-common/doc/man && gsscvs --generate-man-page)
-(cd gnue-common/doc/man && gimcvs --generate-man-page)
-
-# Designer
-(cd gnue-designer/doc/man && gdes --generate-man-page)
-
-# Appserver 
-(cd gnue-appserver/doc/man && gacvs --generate-man-page)
-(cd gnue-appserver/doc/man && ggcvs --generate-man-page)
-
-# Navigator
-gcvs $GDTD navigator gnue-navigator/doc/gnue-navigator.dtd
-(cd gnue-navigator/doc/man && gncvs --generate-man-page)
-
-# gnurpc
-gcvs $GDTD gnurpc   gnue-common/doc/RPC-grpc-file.dtd
-
-
-# Quick check
-
-ls -al */doc/*.dtd */doc/man/*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]