[xiph-cvs] r6523 - trunk/theora/doc

giles at xiph.org giles at xiph.org
Sat Apr 17 18:06:25 PDT 2004



Author: giles
Date: 2004-04-17 21:06:25 -0400 (Sat, 17 Apr 2004)
New Revision: 6523

Added:
   trunk/theora/doc/Makefile.am
Log:
Add missing automake source file for the doc directory.

<p>Added: trunk/theora/doc/Makefile.am
===================================================================
--- trunk/theora/doc/Makefile.am	2004-04-17 21:16:47 UTC (rev 6522)
+++ trunk/theora/doc/Makefile.am	2004-04-18 01:06:25 UTC (rev 6523)
@@ -0,0 +1,18 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+SUBDIRS = python
+
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+
+built_docs =
+
+static_docs = vp3-format.txt color.html
+
+doc_DATA = $(built_docs) $(static_docs)
+
+EXTRA_DIST = $(built_docs) $(static_docs) spec
+
+CLEANFILES = $(built_docs)
+

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