[Lunar-commits] r21002 - in moonbase/trunk/doc-tools: auctex opensp slides

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Aug 15 02:19:14 UTC 2006


Author: v3rt1g0
Date: 2006-08-15 02:19:13 +0000 (Tue, 15 Aug 2006)
New Revision: 21002

Modified:
   moonbase/trunk/doc-tools/auctex/DEPENDS
   moonbase/trunk/doc-tools/opensp/BUILD
   moonbase/trunk/doc-tools/slides/BUILD
   moonbase/trunk/doc-tools/slides/DETAILS
Log:
cleaning up some whitespace


Modified: moonbase/trunk/doc-tools/auctex/DEPENDS
===================================================================
--- moonbase/trunk/doc-tools/auctex/DEPENDS	2006-08-15 01:50:54 UTC (rev 21001)
+++ moonbase/trunk/doc-tools/auctex/DEPENDS	2006-08-15 02:19:13 UTC (rev 21002)
@@ -1 +1 @@
-depends  emacs        
+depends  emacs

Modified: moonbase/trunk/doc-tools/opensp/BUILD
===================================================================
--- moonbase/trunk/doc-tools/opensp/BUILD	2006-08-15 01:50:54 UTC (rev 21001)
+++ moonbase/trunk/doc-tools/opensp/BUILD	2006-08-15 02:19:13 UTC (rev 21002)
@@ -1,4 +1,4 @@
-(   
+(
 
    ./configure --build=$BUILD                                 \
                --prefix=/usr                                  \
@@ -15,10 +15,9 @@
                --disable-doc-build                            \
                --enable-default-catalog=/etc/sgml/catalog     \
                --enable-default-search-path=/usr/share/sgml  &&
-               
-               
+
    default_make                            &&
    ln -sf /usr/bin/osx  /usr/bin/sgml2xml  &&
-   ln -sf `which onsgmls` /usr/bin/nsgmls    
+   ln -sf `which onsgmls` /usr/bin/nsgmls
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/doc-tools/slides/BUILD
===================================================================
--- moonbase/trunk/doc-tools/slides/BUILD	2006-08-15 01:50:54 UTC (rev 21001)
+++ moonbase/trunk/doc-tools/slides/BUILD	2006-08-15 02:19:13 UTC (rev 21002)
@@ -2,10 +2,10 @@
   #Removing a mistake I made
   centralized=/etc/xml/catalog &&
   /usr/bin/install-catalog --remove $centralized /usr/share/xml/slides-$VERSION/xcatalog 
-  
+ 
   DBTARGET=/usr/share/xml/slides-$VERSION           &&
   cd $SOURCE_DIRECTORY                             &&
-  
+
   prepare_install                                  &&
   if [ ! -d $DBTARGET ]; then
      mkdir -p $DBTARGET

Modified: moonbase/trunk/doc-tools/slides/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/slides/DETAILS	2006-08-15 01:50:54 UTC (rev 21001)
+++ moonbase/trunk/doc-tools/slides/DETAILS	2006-08-15 02:19:13 UTC (rev 21002)
@@ -1,22 +1,16 @@
           MODULE=slides
          VERSION=3.1.0
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/docbook/
+      SOURCE_URL=$SFORGE_URL/docbook/
         WEB_SITE=http://docbook.sourceforge.net/projects/dsssl/
          ENTERED=20030102
          UPDATED=20030818
-           SHORT="The Slides Document Type is an XML vocabulary derived from DocBook."
-cat << EOF
+           SHORT="the Slides document type"
 
+cat << EOF
 The Slides Document Type is an XML vocabulary derived from DocBook. It
 is used to create presentations (slides, foils, whatever you call
-them) in HTML or print.
-                                                                                                
-Presentations are by nature visual and the Slides stylesheets provide
-a wide range of options to control how the transformation from XML to
-HTML is performed.
-
-This document is a first attempt at describing what some of these
-options are and how to use them.
-
+them) in HTML or print.  Presentations are by nature visual and the
+Slides stylesheets provide a wide range of options to control how the
+transformation from XML to HTML is performed.
 EOF



More information about the Lunar-commits mailing list