diff options
author | Paul W. Frields <stickster@gmail.com> | 2005-09-19 00:00:31 +0000 |
---|---|---|
committer | Paul W. Frields <stickster@gmail.com> | 2005-09-19 00:00:31 +0000 |
commit | f7e5642cf4f7d306a805eb251f01547a4112f362 (patch) | |
tree | 952690353513d5e54ca7d213eec2fa5ff2a6a18e | |
parent | f1d98a86ca2aad4e146938352f6b589b5b60ee3a (diff) | |
download | documentation-guide-f7e5642cf4f7d306a805eb251f01547a4112f362.tar.gz documentation-guide-f7e5642cf4f7d306a805eb251f01547a4112f362.tar.xz documentation-guide-f7e5642cf4f7d306a805eb251f01547a4112f362.zip |
Fix CVS guidance for publication
-rw-r--r-- | docs-getting-files-en.xml | 3 | ||||
-rw-r--r-- | documentation-guide-en.xml | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs-getting-files-en.xml b/docs-getting-files-en.xml index 59d1644..21481d1 100644 --- a/docs-getting-files-en.xml +++ b/docs-getting-files-en.xml @@ -47,7 +47,8 @@ cd my-fedora-docs export CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/docs cvs login -cvs co docs-setup</userinput> +cvs co docs-common +cvs co example-tutorial</userinput> </screen> <para> diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml index 3842752..8c1240d 100644 --- a/documentation-guide-en.xml +++ b/documentation-guide-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: documentation-guide-en.xml,v 1.20 2005/08/24 20:37:35 kwade Exp $ --> +<!-- $Id: documentation-guide-en.xml,v 1.21 2005/09/19 00:00:31 pfrields Exp $ --> <!-- breaks the build ... <?xml version="1.0" encoding="utf-8"?> --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ @@ -7,9 +7,9 @@ <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent"> %FEDORA-ENTITIES-EN; -<!ENTITY VERSION "0.2.6.2"> <!-- version for this document --> +<!ENTITY VERSION "0.2.6.3"> <!-- version for this document --> -<!ENTITY BOOKID "documentation-guide-&VERSION; (2005-08-24)"> <!-- change date here and VERSION entity everytime a change is made--> +<!ENTITY BOOKID "documentation-guide-&VERSION; (2005-09-18)"> <!-- change date here and VERSION entity everytime a change is made--> <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml"> |