From 042d37ac0db905b8c492b70ffe232b4da13c59d7 Mon Sep 17 00:00:00 2001 From: "Benj. Mako Hill" Date: Sat, 4 Jun 2005 00:09:11 +0000 Subject: [PATCH] * some more changes (fixes) to render_sgml Author: mako Date: 2001/06/21 10:05:23 * some more changes (fixes) to render_sgml * a spelling change sent in by Andrew Shugg * an addition to the TODO (also by Andrew) that calls for tweaking with way that the appendix (license) is sectioned off and renders --- FreeSoftwareProjectManagementHOWTO.sgml | 11 ++++++++--- TODO | 3 +++ render_sgml | 16 ++++++++++------ 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/FreeSoftwareProjectManagementHOWTO.sgml b/FreeSoftwareProjectManagementHOWTO.sgml index cf87473..dffadb5 100644 --- a/FreeSoftwareProjectManagementHOWTO.sgml +++ b/FreeSoftwareProjectManagementHOWTO.sgml @@ -19,6 +19,11 @@ + + v.0.3.2 + ?? + + v0.3.1 18 June 2001 @@ -124,7 +129,7 @@ Copyright Information - This document is copyrighted (c) 2000 Benjamin (Mako) Hill and is + This document is copyrighted (c) 2000 Benjamin "Mako" Hill and is distributed under the terms of the GNU Free Documentation License. @@ -2652,7 +2657,7 @@ pages for more information and options. Fogel's guide to using CVS in the free software - world is much more than its subitle. In the publisher's + world is much more than its subtitle. In the publisher's own words: Open Source Development with CVS is one of the first books available that teaches you development and implementation of Open Source @@ -2711,7 +2716,7 @@ pages for more information and options. The Cathedral and the Bazaar - Musings on Linux and Open Source by an Accidental Revolutionary + eMusings on Linux and Open Source by an Accidental Revolutionary O'Reilly diff --git a/TODO b/TODO index 0312b86..5e57bca 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,9 @@ == TODO - Free Software Development HOWTO == ============================================ +* The formatting is fuXor in the Appendix A section and that should + probably be tweaked before it's released again. + * Andy King points out that: "you are inconsistent with your and tags -- sometimes when you say "You need to ask yourself: foo" you use and sometimes . If its diff --git a/render_sgml b/render_sgml index 3753dfd..ca55b21 100755 --- a/render_sgml +++ b/render_sgml @@ -9,15 +9,19 @@ build: move: mkdir -p ./tmp - mv FreeSoftwareProjectManagementHOWTO.html ./tmp/FreeSoftwareProjectManagement-HOWTO.html - mv FreeSoftwareProjectManagementHOWTO ./tmp/FreeSoftwareProjectManagement-HOWTO - mv FreeSoftwareProjectManagementHOWTO.txt ./tmp/FreeSoftwareProjectManagement-HOWTO.txt - mv FreeSoftwareProjectManagementHOWTO.ps ./tmp/FreeSoftwareProjectManagement-HOWTO.ps - mv FreeSoftwareProjectManagementHOWTO.pdf ./tmp/FreeSoftwareProjectManagement-HOWTO.pdf - mv FreeSoftwareProjectManagementHOWTO.rtf ./tmp/FreeSoftwareProjectManagement-HOWTO.rtf + mv -f FreeSoftwareProjectManagementHOWTO.html ./tmp/FreeSoftwareProjectManagement-HOWTO.html + mv -f FreeSoftwareProjectManagementHOWTO ./tmp/FreeSoftwareProjectManagement-HOWTO + mv -f FreeSoftwareProjectManagementHOWTO.txt ./tmp/FreeSoftwareProjectManagement-HOWTO.txt + mv -f FreeSoftwareProjectManagementHOWTO.ps ./tmp/FreeSoftwareProjectManagement-HOWTO.ps + mv -f FreeSoftwareProjectManagementHOWTO.pdf ./tmp/FreeSoftwareProjectManagement-HOWTO.pdf + mv -f FreeSoftwareProjectManagementHOWTO.rtf ./tmp/FreeSoftwareProjectManagement-HOWTO.rtf + cp -f FreeSoftwareProjectManagementHOWTO.sgml ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml + gzip -c ./tmp/FreeSoftwareProjectManagement-HOWTO.ps > ./tmp/FreeSoftwareProjectManagement-HOWTO.ps.gz + gzip -c ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml > ./tmp/FreeSoftwareProjectManagement-HOWTO.sgml.gz install: build move clean: rm -rf FreeSoftwareProjectManagementHOwTO rm -f FreeSoftwareProjectManagementHOWTO.html FreeSoftwareProjectManagement-HOWTO.txt FreeSoftwareProjectManagement-HOWTO.ps FreeSoftwareProjectManagement-HOWTO.pdf FreeSoftwareProjectManagement-HOWTO.rtf + rm -rf ./tmp \ No newline at end of file -- 2.30.2