~ubuntu-branches/ubuntu/lucid/gnome-doc-utils/lucid

« back to all changes in this revision

Viewing changes to xslt/docbook/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-19 08:34:21 UTC
  • mto: (2.1.1 etch) (1.1.18 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051219083421-k72rkh3n6vox1c0t
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# rebuilt in the tarball, which causes docs to be rebuilt, which causes
3
3
# translated docs to be rebuilt, which requires xml2po, which breaks
4
4
# --disable-build-utils
5
 
db-format.xml: db-format.xml.in $(wildcard $(top_srcdir)/po/*.po)
6
 
        LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
7
5
 
8
6
xsldir=$(datadir)/xml/gnome/xslt/docbook/common
9
7
 
10
8
xsl_DATA =                      \
11
9
        db-chunk.xsl            \
12
10
        db-common.xsl           \
13
 
        db-format.xsl           \
14
11
        db-label.xsl            \
15
12
        db-title.xsl            \
16
13
        db-xref.xsl
17
14
 
18
 
EXTRA_DIST=$(xsl_DATA) db-format.xml.in db-format.xml
19
 
 
20
 
db-format.xsl: db-format.xml ../../gettext/format2xsl.xsl
21
 
        xsltproc ../../gettext/format2xsl.xsl $< | xmllint --format - > $@
 
15
EXTRA_DIST=$(xsl_DATA)