From jensseidel@users.sf.net Sun Feb 13 00:52:50 2005 From: jensseidel@users.sf.net (Jens Seidel) Date: Sun, 13 Feb 2005 01:52:50 +0100 Subject: [debiandoc-sgml-devel] Re: DebianDoc-SGML Alioth project up and running In-Reply-To: <20050212014431.GA17267@aokiconsulting.com> References: <20050211202703.GE328@sbcglobal.net> <20050212014431.GA17267@aokiconsulting.com> Message-ID: <20050213005250.GA27860@pluto> On Sat, Feb 12, 2005 at 02:44:31AM +0100, Osamu Aoki wrote: > On Fri, Feb 11, 2005 at 02:27:03PM -0600, Ardo van Rangelrooij wrote: > > Hi, > > > > I've completed the setup of the DebianDoc-SGML project on Alioth. That's why I CCed debiandoc-sgml-devel. > Few thoughts on changes: > > * debiandoc2latexps vs. debiandoc2ps > Since we will not be creating groff path etc., I think we shouls > replace debiandoc2ps with symlink to debiandoc2latexps. The same for > debiandoc2dvi and debiandoc2pdf. What do you think. > (This should reduce potential bug.) If debiandoc2{dvi,ps,pdf} have options supported by debiandoc2latex{dvi,ps,pdf} I agree. Using a wrapper script instead of symlinks may increase compatibility (windows :-)) > * bin/template > In order to have consistency and better bug tracing, we should generate > all scripts from a single template. > > I actually created alternative simpler "bin/mkconversions" to > streamline this. This new "bin/mkconversions" reduces abstruction > layers when reading template file: > > now: template -> variable names references (mkconversions) -> sed script > new: template with section marked with format -> sed script > > Now @@@...@@@ is like for sections active only under latex, latexdvi, > latexps, and latexpdf: > > @@@start-latex-latexdvi-latexps-latexpdf-active@@@ > -s