[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Fwd: CVSROOT cvsignore,1.2,1.3]
- From: Tommy Reynolds <Tommy Reynolds MegaCoder com>
- To: fedora-docs-list redhat com
- Subject: Re: [Fwd: CVSROOT cvsignore,1.2,1.3]
- Date: Fri, 3 Feb 2006 11:44:21 -0600
Uttered Karsten Wade <kwade redhat com>, spake thus:
> If we do it immediately, we may be able to get the release notes into
> the translation system for test3.
OK, I've got the Makefile.common, et. al., changes ready to check in.
I took the liberty of changing the "example-tutorial" setup to
reflect the new standard.
We don't really need Sopwith to do the CVS-fu after all. Document
authors can just create the necessary subdirs themselves, sort of
like this:
$ mkdir en de
$ cvs add en de
$ cp *-en.xml en/
$ cp rpm-info.xml en/rpm-info-en.xml
$ cvs add en/*.xml
$ cp *-de.xml de/
$ cp rpm-info.xml de/rpm-info-de.xml
$ cvs add de/*.xml
$ vi Makefile <== Adjust paths to XMLEXTRAFILES-${LANG} files.
$ cvs rm -f *.xml
$ cvs commit -m'Split into per-language subdirs'
N.B.:
RPM packaging is broken until further notice.
Cheers
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]