update build system for new docs
svn path=/trunk/ogg/; revision=1336
This commit is contained in:
parent
280386f219
commit
027e2b31d3
@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE(libogg,1.0beta4)
|
||||
|
||||
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(DEBUG)
|
||||
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)
|
||||
|
@ -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
|
||||
|
@ -56,6 +56,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user