|
|
Choosing A Webhost: |
r19 - trunk/doc: msg#00013video.vidprofile.cvs
Author: friedrij Date: 2005-12-06 12:12:37 +0100 (Tue, 06 Dec 2005) New Revision: 19 Modified: trunk/doc/mkdocs trunk/doc/pkdocs Log: updated html doc making and packing scripts Modified: trunk/doc/mkdocs =================================================================== --- trunk/doc/mkdocs 2005-12-06 11:11:36 UTC (rev 18) +++ trunk/doc/mkdocs 2005-12-06 11:12:37 UTC (rev 19) @@ -4,17 +4,21 @@ # input files. See http://txt2tags.sourceforge.net/ for # documentation on the input format. +SOURCE="./src" +HTML_DEST="./html" +MAN_DEST="." + # Generate (X)HTML TOHTML_OPTS="-t xhtml" -TOHTML_FILES=`find ./src -name "*.t2t" -and -not -name "incl-*.t2t" | sort` +TOHTML_FILES=`find $SOURCE -name "*.t2t" -and -not -name "incl-*.t2t" | sort` -rm -vf *.html -rm -vf *.man +rm -vf $HTML_DEST/*.html +rm -vf $MAN_DEST/*.man for FILE in $TOHTML_FILES do INFILE="--infile=$FILE" - OUTFILE="--outfile=`basename $FILE .t2t`.html" + OUTFILE="--outfile=$HTML_DEST/`basename $FILE .t2t`.html" txt2tags $TOHTML_OPTS $INFILE $OUTFILE done @@ -27,6 +31,6 @@ for FILE in $TOMAN_FILES do INFILE="--infile=$FILE" - OUTFILE="--outfile=`basename $FILE .t2t`.man" + OUTFILE="--outfile=$MAN_DEST/`basename $FILE .t2t`.man" txt2tags $TOMAN_OPTS $INFILE $OUTFILE done \ No newline at end of file Modified: trunk/doc/pkdocs =================================================================== --- trunk/doc/pkdocs 2005-12-06 11:11:36 UTC (rev 18) +++ trunk/doc/pkdocs 2005-12-06 11:12:37 UTC (rev 19) @@ -2,14 +2,15 @@ # Pack up the html documentation for the vidprofile suite -DOC_TAR="html-docs.tar" +DOC_TAR="vidprofile-html-docs.tar" DOC_GZ="vidprofile-html-docs.tar.gz" -rm -fv $DOC_GZ +./mkdocs -`pwd`/mkdocs +cd html -tar -cvvf $DOC_TAR *.html *.css fig/* +rm -fv $DOC_GZ +tar -cvvf $DOC_TAR *.html *.php *.css fig/* gzip -v $DOC_TAR rm -fv $DOC_TAR \ No newline at end of file
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | r18 - in trunk/doc: . html, friedrij at BerliOS |
|---|---|
| Next by Date: | r20 - trunk/doc/src, friedrij at BerliOS |
| Previous by Thread: | r18 - in trunk/doc: . html, friedrij at BerliOS |
| Next by Thread: | r20 - trunk/doc/src, friedrij at BerliOS |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |