[xiph-cvs] cvs commit: theora/doc Makefile.am

Ralph Giles giles at xiph.org
Mon Mar 8 08:07:02 PST 2004



giles       04/03/08 11:07:01

  Modified:    doc      Makefile.am
  Log:
  Prepend $(srcdir) to the source files in the document makefile rules to
  allow building from outside the source tree. Patch from j.

Revision  Changes    Path
1.2       +2 -2      theora/doc/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/theora/doc/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	15 Jul 2003 13:35:13 -0000	1.1
+++ Makefile.am	8 Mar 2004 16:06:58 -0000	1.2
@@ -18,8 +18,8 @@
 CLEANFILES = $(built_docs)
 
 spec.py : spec.txt txt2py.py
-	python txt2py.py spec.txt spec.py
+	python $(srcdir)/txt2py.py $(srcdir)/spec.txt spec.py
 
 spec.html : spec.txt txt2html.py
-	python txt2html.py spec.txt spec.html
+	python $(srcdir)/txt2html.py $(srcdir)/spec.txt spec.html
 

<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