[Lunar-commits] CVS: moonbase/docs/docbook-book BUILD, 1.1.1.1,
1.2 DETAILS, 1.4, 1.5
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Sep 16 01:51:59 UTC 2004
- Previous message: [Lunar-commits] CVS: moonbase/docs/bash-doc BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2 PRE_BUILD, 1.1.1.1, 1.2
- Next message: [Lunar-commits] CVS: moonbase/terminal/splitvt BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/docs/docbook-book
In directory espresso.lunar-linux.org:/tmp/cvs-serv6140/docbook-book
Modified Files:
BUILD DETAILS
Log Message:
Version bump. Also gave this module a different discription. I chose to
describe the module rather than the details of the book's subject matter.
Added an sha1 sum and changed the post install message to the user so it
stands out a bit more.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/docbook-book/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ BUILD 16 Sep 2004 01:51:57 -0000 1.2
@@ -1,10 +1,17 @@
(
+
TITLE="Docbook: The Definitive Guide"
- TARGET=$DOCUMENT_DIRECTORY/$MODULE
+ TARGET=$DOCUMENT_DIRECTORY/$MODULE
+
prepare_install &&
mkdir -p $TARGET &&
cp -r tdg/en/* $TARGET &&
- echo "The index page for your new reference: $TITLE is $TARGET/html/docbook.html."
+
+ # Let the user know where they can find their book.
+ message ""
+ message "${MESSAGE_COLOR}The index page for your new reference: \"$TITLE\""
+ message "can be found at $TARGET/html/docbook.html${DEFAULT_COLOR}"
+ message ""
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/docbook-book/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 8 Aug 2003 17:38:19 -0000 1.4
+++ DETAILS 16 Sep 2004 01:51:57 -0000 1.5
@@ -1,16 +1,22 @@
MODULE=docbook-book
SRCNAME=tdg
- VERSION=en-html-2.0.8
+ VERSION=en-html-2.0.10
SOURCE=$SRCNAME-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SRCNAME
- SOURCE_URL[0]=http://docbook.org/tdg/en/$SOURCE
- WEB_SITE=http://www.linuxdoc.org
+ SOURCE_URL=http://docbook.org/tdg/en/$SOURCE
+ SOURCE_VRY=sha1:11dc9eef5d5105052786bf5de10d9e93c4ed8dd7
+ WEB_SITE=http://docbook.org
ENTERED=20020701
- UPDATED=20030808
+ UPDATED=20040915
MAINTAINER=csm at moongroup.com
SHORT="DocBook: The Definitive Guide."
+
cat << EOF
-DocBook provides a system for writing structured documents using SGML or XML. It is particularly well-suited to books and papers about computer hardware and software, though it is by no means limited to them.
+This is this offical documentation for DocBook (Version 4.3)
-In short, DocBook is an easy-to-understand and widely used DTD. Dozens of organizations use DocBook for millions of pages of documentation, in various print and online formats, worldwide.
+It is the full text (in html) to the book "DocBook: The Definitive
+Guide" which was written by Norman Walsh and Leonard Muellner and
+published by O'Reilly & Associates, Inc. This "book" is usually
+newer than the bound book version that you could buy in your local
+bookstore.
EOF
- Previous message: [Lunar-commits] CVS: moonbase/docs/bash-doc BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2 PRE_BUILD, 1.1.1.1, 1.2
- Next message: [Lunar-commits] CVS: moonbase/terminal/splitvt BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list