[Cdd-commits] r1037 - in cdd/trunk/dis/doc: . en

CDD Subversion Commit noreply at alioth.debian.org
Mon Aug 18 01:45:38 UTC 2008


Author: tille
Date: Mon Aug 18 01:45:35 2008
New Revision: 1037

Added:
   cdd/trunk/dis/doc/en/04_existing_dishes.sgml   (props changed)
      - copied unchanged from r1034, cdd/trunk/dis/doc/en/04_existing_cdds.sgml
Removed:
   cdd/trunk/dis/doc/en/04_existing_cdds.sgml
Modified:
   cdd/trunk/dis/doc/Makefile
   cdd/trunk/dis/doc/debian-dis.en.sgml
Log:
Start renaming the docs


Modified: cdd/trunk/dis/doc/Makefile
==============================================================================
--- cdd/trunk/dis/doc/Makefile	(original)
+++ cdd/trunk/dis/doc/Makefile	Mon Aug 18 01:45:35 2008
@@ -5,7 +5,7 @@
 ## ----------------------------------------------------------------------
 ## Document definitions
 doc_lang	:= en
-doc_name	:= debian-cdd
+doc_name	:= debian-dis
 doc_sgml	:= $(doc_name).$(doc_lang).sgml
 doc_pdf		:= $(doc_name).$(doc_lang).pdf
 doc_ps		:= $(doc_name).$(doc_lang).ps
@@ -13,7 +13,7 @@
 doc_txt		:= $(doc_name).$(doc_lang).txt
 doc_info	:= $(doc_name).$(doc_lang).info
 doc_html	:= $(doc_name).html
-pkg             := cdd-doc
+pkg             := dis-doc
 
 ## ----------------------------------------------------------------------
 ## Package definitions
@@ -27,7 +27,7 @@
 
 ## ----------------------------------------------------------------------
 # this can and will be overriden by a higher level makefile
-PUBLISHDIR := alioth.debian.org:/srv/alioth.debian.org/chroot/home/groups/cdd/htdocs/cdd
+PUBLISHDIR := alioth.debian.org:/srv/alioth.debian.org/chroot/home/groups/cdd/htdocs/dis
 
 # There is no difference between letter and a4, but a2 for instance works
 PAPERSIZE  := letter
@@ -63,7 +63,7 @@
 
 publish: 	html pdf
 		rsync -azult --delete $(doc_html)/* $(PUBLISHDIR)
-		[ -s debian-cdd.en.pdf ] && rsync -azult $(doc_pdf) $(PUBLISHDIR)
+		[ -s debian-dis.en.pdf ] && rsync -azult $(doc_pdf) $(PUBLISHDIR)
 
 clean:
 		$(RMR) $(doc_html) $(doc_pdf) $(doc_txt) $(doc_ps) $(doc_dvi) $(doc_info)

Modified: cdd/trunk/dis/doc/debian-dis.en.sgml
==============================================================================
--- cdd/trunk/dis/doc/debian-dis.en.sgml	(original)
+++ cdd/trunk/dis/doc/debian-dis.en.sgml	Mon Aug 18 01:45:35 2008
@@ -5,7 +5,7 @@
     <!entity ch-introduction    system "en/01_introduction.sgml">
     <!entity ch-about		system "en/02_about.sgml">
     <!entity ch-general-ideas	system "en/03_general_ideas.sgml">
-    <!entity ch-existing-cdds	system "en/04_existing_cdds.sgml">
+    <!entity ch-existing-dishes	system "en/04_existing_dishes.sgml">
     <!entity ch-inside          system "en/05_inside.sgml">
     <!entity ch-technology	system "en/06_technology.sgml">
     <!entity ch-starting        system "en/07_starting.sgml">
@@ -26,7 +26,7 @@
     &ch-introduction;
     &ch-about;
     &ch-general-ideas;
-    &ch-existing-cdds;
+    &ch-existing-dishes;
     &ch-inside;
     &ch-technology;
     &ch-starting;



More information about the Cdd-commits mailing list