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

Ralph Giles giles at xiph.org
Tue Jul 15 06:35:13 PDT 2003



giles       03/07/15 09:35:13

  Added:       doc      Makefile.am
  Removed:     doc      spec.html spec.py
  Log:
  Add makefile support to generate the .py and .html versions of the spec from the .txt source file.

Revision  Changes    Path
1.1                  theora/doc/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)

built_docs = spec.py spec.html

tatic_docs = vp3-format.txt \
              testspec.ogg testspec.raw \
              testspec2.ogg testspec2.raw

doc_DATA = $(built_docs) $(static_docs)

EXTRA_DIST = $(built_docs) $(static_docs) spec.txt \
             txt2py.py txt2html.py

CLEANFILES = $(built_docs)

pec.py : spec.txt txt2py.py
        python txt2py.py spec.txt spec.py

pec.html : spec.txt txt2html.py
        python txt2html.py spec.txt spec.html

<p><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