* some more changes (fixes) to render_sgml
authorBenj. Mako Hill <mako@bork.hampshire.edu>
Sat, 4 Jun 2005 00:09:11 +0000 (00:09 +0000)
committerBenj. Mako Hill <mako@bork.hampshire.edu>
Sat, 4 Jun 2005 00:09:11 +0000 (00:09 +0000)
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
TODO
render_sgml

index cf8747365a054230e12072d8f546c80b0b5aab60..dffadb587e3596cd4af2f8073c055a4acecbd15f 100644 (file)
   </author>
 
   <revhistory>
+   <revision>
+    <revnumber>v.0.3.2</revnumber>
+    <date>??</date>
+   </revision>
+
    <revision>
     <revnumber>v0.3.1</revnumber>
     <date>18 June 2001</date>
    <title>Copyright Information</title>
 
    <para>
-    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 <citetitle>GNU Free
     Documentation License</citetitle>.
    </para>
@@ -2652,7 +2657,7 @@ pages for more information and options.
      <abstract>
       <para>
        Fogel's <quote>guide to using CVS in the free software
-       world</quote> is much more than its subitle. In the publisher's
+       world</quote> is much more than its subtitle. In the publisher's
        own words: <quote><emphasis>Open Source Development with
        CVS</emphasis> 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.
      </author>
      
      <title>The Cathedral and the Bazaar</title>
-     <subtitle>Musings on Linux and Open Source by an Accidental Revolutionary</subtitle>
+     <subtitl>eMusings on Linux and Open Source by an Accidental Revolutionary</subtitle>
      
      <publisher>
       <publishername>O'Reilly</publishername>
diff --git a/TODO b/TODO
index 0312b86d6906a69af220b2e8f92217a6cf7e84ab..5e57bcae8a2e95f71e0eee12738a41f763248239 100644 (file)
--- 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 <quote>
   and <emphasis> tags -- sometimes when you say "You need to ask
   yourself: foo" you use <quote> and sometimes <emphasis>.  If its
index 3753dfdfbb3c424b4b7a952db30bf90838b8f805..ca55b21c6213e4b1b6a57fe06786495435aae51b 100755 (executable)
@@ -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

Benjamin Mako Hill || Want to submit a patch?