[xiph-cvs] cvs commit: vorbis/doc Makefile.am
Brendan
brendan at xiph.org
Tue Sep 9 15:55:53 PDT 2003
brendan 03/09/09 18:55:53
Modified: doc Makefile.am
Log:
Make building docs outside of the source directory work?
Revision Changes Path
1.15 +2 -2 vorbis/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -u -r1.14 -r1.15
--- Makefile.am 3 Sep 2003 05:14:53 -0000 1.14
+++ Makefile.am 9 Sep 2003 22:55:52 -0000 1.15
@@ -80,10 +80,10 @@ CLEANFILES = Vorbis_I_spec.fo spec.aux s
# explicit rules for generating docs
Vorbis_I_spec.html:
- xsltproc --xinclude --output $@ xml/spec-html.xsl xml/Vorbis_I_spec.xml
+ xsltproc --xinclude --output $@ $(srcdir)/xml/spec-html.xsl $(srcdir)/xml/Vorbis_I_spec.xml
Vorbis_I_spec.fo:
- xsltproc --xinclude --output $@ xml/spec-fo.xsl xml/Vorbis_I_spec.xml
+ xsltproc --xinclude --output $@ $(srcdir)/xml/spec-fo.xsl $(srcdir)/xml/Vorbis_I_spec.xml
Vorbis_I_spec.pdf: Vorbis_I_spec.fo
cp $< spec.fo # work around a passivetex bug
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list