</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>
<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
</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>
== 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
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