aboutsummaryrefslogtreecommitdiff
path: root/lib/liblame/doc/html/Makefile.am
blob: 1d9a0b9d6b7e4a97915471af2b80e55ef544f288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## $Id: Makefile.am,v 1.5 2008/06/28 22:36:22 robert Exp $

AUTOMAKE_OPTIONS = foreign ansi2knr

docdir = $(datadir)/doc
pkgdocdir = $(docdir)/$(PACKAGE)
htmldir = $(docdir)/html
pkghtmldir = $(pkgdocdir)/html

pkghtml_DATA = \
        basic.html \
	contributors.html \
	examples.html \
	history.html \
	id3.html \
	index.html \
	lame.css \
	modes.html \
	node6.html \
	switchs.html

EXTRA_DIST = $(pkghtml_DATA)