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

CDD Subversion Commit noreply at alioth.debian.org
Sat Apr 5 14:01:37 UTC 2008


Author: tille
Date: Sat Apr  5 14:01:37 2008
New Revision: 672

Modified:
   cdd/trunk/cdd/doc/Makefile
   cdd/trunk/cdd/doc/en/B_quickintro.sgml
Log:
Fix description how to build a packages using cdd-dev


Modified: cdd/trunk/cdd/doc/Makefile
==============================================================================
--- cdd/trunk/cdd/doc/Makefile	(original)
+++ cdd/trunk/cdd/doc/Makefile	Sat Apr  5 14:01:37 2008
@@ -62,7 +62,7 @@
 		debiandoc2info -l $(doc_lang) $^
 
 publish: 	$(doc_html)/index.html
-		rsync --rsh="ssh -i ${HOME}/.ssh/id_dsa-debian" -azult --delete $(doc_html) $(PUBLISHDIR)
+		rsync --rsh="ssh -i ${HOME}/.ssh/id_dsa-debian" -azult --delete $(doc_html)/* $(PUBLISHDIR)
 		[ -s debian-cdd.en.pdf ] && rsync --rsh="ssh -i ${HOME}/.ssh/id_dsa-debian" -azult $(doc_pdf) $(PUBLISHDIR)
 
 clean:

Modified: cdd/trunk/cdd/doc/en/B_quickintro.sgml
==============================================================================
--- cdd/trunk/cdd/doc/en/B_quickintro.sgml	(original)
+++ cdd/trunk/cdd/doc/en/B_quickintro.sgml	Sat Apr  5 14:01:37 2008
@@ -74,16 +74,16 @@
 <prgn>gen-control</prgn> call can be adjusted. 
 </p>
 <p>
-Optionally a source tarball can be created by
+You have to build the tarball using the command
 <example>
-~> make -f debian/rules dist
+~> make -f debian/rules get-orig-source
 </example>
-This tarball can be moved to any location where the meta packages
-should be built or the build process is started directly by calling 
+This tarball has to be moved to a location where the meta packages
+will be built.  Unpack the tarball there and start the build process
+using for instance
 <example>
 ~> debuild
 </example>
-which also creates a source tarball.
 </p>
 <p>
 That's all for the very simple case when the meta packages should not



More information about the Cdd-commits mailing list