~ubuntu-branches/ubuntu/precise/yazpp/precise

« back to all changes in this revision

Viewing changes to doc/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Simon
  • Date: 2007-01-22 12:28:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070122122856-b74ahbio5cqcohai
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## $Id: Makefile.am,v 1.8 2006/04/23 19:07:45 adam Exp $
 
2
 
 
3
commondir=$(datadir)/doc/@PACKAGE@/common
 
4
 
 
5
common_DATA = style1.css id.png
 
6
 
 
7
SUPPORTFILES = \
 
8
 xml.dcl \
 
9
 common.ent \
 
10
 id.eps \
 
11
 ref2dbinc.xsl \
 
12
 html.dsl html.dsl.in \
 
13
 html.xsl html.xsl.in \
 
14
 tkl.xsl tkl.xsl.in \
 
15
 print.dsl print.dsl.in 
 
16
 
 
17
EXTRA_DIST = $(SUPPORTFILES) $(common_DATA) README
 
18