[Mplayer-cvslog] CVS: main/DOCS/xml/pl Makefile,NONE,1.1 audio.xml,NONE,1.1 bugreports.xml,NONE,1.1 documentation.xml,NONE,1.1 features.xml,NONE,1.1 html.xsl,NONE,1.1 mail-lists.xml,NONE,1.1 patches.xml,NONE,1.1 ports.xml,NONE,1.1

Torinthiel torinthiel at wp.pl
Thu Oct 16 11:49:42 CEST 2003


On Thu, Oct 16, 2003 at 11:43:25AM +0200, Torinthiel wrote:
> On Thu, Oct 16, 2003 at 07:07:50AM +0200, Torinthiel wrote:
> > have configure generate a file like
> > <quote>
> > <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
> > <!-- $Revision$ -->
> > <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
> >   "proper/path/here"
> > [
> > <!ENTITY documentation.xml      SYSTEM "documentation.xml">
> > ]>
> > &documentation.xml;
> > </quote>
> > 
> > and Makefile.inc copy this to each language subdirectory.
> > 
> > I'm not sure if it will work and don't have time now to try it.
> > But it could do.
> Damn, won't work. No start tag. And the start tag is language dependent.
> 
> Ok, take a look at this patch. Works for me, but:
> 1) somebody should check if the configure conforms to the standards
> 2) and add some more standart dtd locations
> 3) and add .cvsignore containing main.xml to all language subdirectories
> 4) if it's pretty enough
5) Sorry for forgetting - apply this to remove main.xml files on
   distclean
Torinthiel
-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3075312
   torinthiel(at)wp(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
--- Makefile	Thu Oct 16 11:45:53 2003
+++ Makefile.old	Thu Oct 16 11:47:58 2003
@@ -38,7 +38,7 @@
 		test -f $$dir/Makefile &&\
 		if $(MAKE) HTMLDIR=../$(HTML_TOP)/$$dir -C $$dir distclean ; then :; else exit 1; fi;\
 	done
-	-rm -f html.xsl xsltproc.sh xmllint.sh main.xml
+	-rm -f html.xsl xsltproc.sh xmllint.sh
 
 xsltproc.sh: configure
 	./configure
--- Makefile.inc	Thu Oct 16 11:46:17 2003
+++ Makefile.inc.old	Thu Oct 16 11:48:18 2003
@@ -30,5 +30,4 @@
 	cd .. && sh configure
 
 distclean:
-	rm main.xml
 	if test "$(USE_SYMLINKS)" = "yes" ; then for file in *.xml ; do if test -L $$file && test "`readlink $$file`" = "../en/$$file" ; then rm $$file ; fi ; done ; fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20031016/b75bcf05/attachment.pgp>


More information about the MPlayer-cvslog mailing list