mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-13 07:57:45 +00:00
b657a2dd22
This reverts commit 11be0d89ca
.
11 lines
315 B
Makefile
11 lines
315 B
Makefile
## 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)
|