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

Jack Moffitt jack at xiph.org
Sun Feb 25 20:22:22 PST 2001



jack        01/02/25 20:22:22

  Modified:    .        configure.in libogg.spec
               doc      Makefile.am
  Log:
  update build system for new docs

Revision  Changes    Path
1.13      +4 -4      ogg/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- configure.in	2001/02/26 03:49:58	1.12
+++ configure.in	2001/02/26 04:22:21	1.13
@@ -5,9 +5,9 @@
 
 dnl Library versioning
 
-LIB_CURRENT=0
-LIB_REVISION=1
-LIB_AGE=0
+LIB_CURRENT=1
+LIB_REVISION=0
+LIB_AGE=1
 AC_SUBST(LIB_CURRENT)
 AC_SUBST(LIB_REVISION)
 AC_SUBST(LIB_AGE)
@@ -230,4 +230,4 @@
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
 
-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile)

1.9       +1 -0      ogg/libogg.spec

Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libogg.spec	2001/02/26 03:49:58	1.8
+++ libogg.spec	2001/02/26 04:22:21	1.9
@@ -56,6 +56,7 @@
 %doc doc/white-ogg.png
 %doc doc/white-xifish.png
 %doc doc/stream.png
+%doc doc/ogg
 /usr/include/ogg/ogg.h
 /usr/include/ogg/os_types.h
 /usr/include/ogg/config_types.h

1.3       +2 -0      ogg/doc/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/doc/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am	2000/11/18 05:14:36	1.2
+++ Makefile.am	2001/02/26 04:22:22	1.3
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+SUBDIRS = ogg
+
 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 
 doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png

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