You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
315 B
12 lines
315 B
## Process this with automake to create Makefile.in
|
|
|
|
SUBDIRS = libogg
|
|
|
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
|
|
doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
|
|
stream.png vorbisword2.png white-ogg.png white-xifish.png \
|
|
rfc3533.txt rfc5334.txt skeleton.html
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|