Author: joostvb Date: Sun Aug 21 11:15:33 2016 New Revision: 11278 URL: http://svn.debian.org/wsvn/?sc=1&rev=11278 Log: improve build instructions in debian/README.source some more\
Modified: packages/trunk/doc-debian/debian/README.source Modified: packages/trunk/doc-debian/debian/README.source URL: http://svn.debian.org/wsvn/packages/trunk/doc-debian/debian/README.source?rev=11278&op=diff ============================================================================== --- packages/trunk/doc-debian/debian/README.source (original) +++ packages/trunk/doc-debian/debian/README.source Sun Aug 21 11:15:33 2016 @@ -2,8 +2,25 @@ - The documents under doc/ can be auto-updated if you have a local website CVS copy from e.g. :pserver:anonym...@anonscm.debian.org:/cvs/webwml . (See - https://www.debian.org/devel/website/using_cvs .) It - currently (2008) only works for english but + https://www.debian.org/devel/website/using_cvs .) + + Once you've set up some symlinks, and you've updated doc/Makefile, + you should be able to run e.g. + + % make -C doc constitution.1.6.wml + + to get a copy of constitution.1.6.wml. Once that's there, run + + % svn add constitution.1.6.wml + % svn commit -m 'imported constitution.1.6.wml' + + . + +--Joost van Baal-IliÄ, august 2016 + + + +- The updating of documents under doc/ currently (2008) 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 ? @@ -11,8 +28,7 @@ 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 +--Javier Fernandez-Sanguino, 2008 @@ -30,3 +46,5 @@ svn-buildpackage -uc -us -rfakeroot --svn-ignore --svn-dont-purge --svn-lintian --svn-linda --svn-prebuild=svn-prebuild --svn-reuse +--Joost van Baal-IliÄ +