~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to lib/liblame/doc/html/Makefile.am

  • Committer: wiso
  • Date: 2010-05-07 16:57:13 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29897
copy lame-3.98.4 to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## $Id: Makefile.am,v 1.5 2008/06/28 22:36:22 robert Exp $
 
2
 
 
3
AUTOMAKE_OPTIONS = foreign ansi2knr
 
4
 
 
5
docdir = $(datadir)/doc
 
6
pkgdocdir = $(docdir)/$(PACKAGE)
 
7
htmldir = $(docdir)/html
 
8
pkghtmldir = $(pkgdocdir)/html
 
9
 
 
10
pkghtml_DATA = \
 
11
        basic.html \
 
12
        contributors.html \
 
13
        examples.html \
 
14
        history.html \
 
15
        id3.html \
 
16
        index.html \
 
17
        lame.css \
 
18
        modes.html \
 
19
        node6.html \
 
20
        switchs.html
 
21
 
 
22
EXTRA_DIST = $(pkghtml_DATA)
 
23