
- The documents under doc/ can be auto-updated if you have a local
  website CVS copy. It currently only works for english but
  could be easily expanded to provide all translations. Do we
  want to do this or should this be handled by the doc-debian-XX
  packages 
  Note: some of the doc-debian-XX packages are really out of date
  and don't provide the same content that is available in doc-debian

----------------------------------------------------------------
Javier Fernandez-Sanguino
Last updated: Wed, 02 Apr 2008 08:03:00 +0200



Build instructions:

 root@nagy:~# aptitude update && aptitude -V install wml

 joostvb@nagy:~/debian% ln -s ../cvs/cvs.debian.org/webwml www

 joostvb@nagy:~/sv...ackages/trunk/doc-debian% cat ~/bin/svn-prebuild 
 #!/bin/sh
 test -d $buildArea/doc-debian-3.1.6/doc || mkdir -p $buildArea/doc-debian-3.1.6/doc
 cp doc/Makefile $buildArea/doc-debian-3.1.6/doc
 make -C $buildArea/doc-debian-3.1.6/doc

 svn-buildpackage -uc -us -rfakeroot --svn-ignore --svn-dont-purge --svn-lintian --svn-linda --svn-prebuild=svn-prebuild --svn-reuse

