~ubuntu-branches/ubuntu/raring/baobab/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-09-17 23:15:17 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120917231517-j1piymfhj5uye3fy
Tags: 3.5.92-0ubuntu1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
2
NULL =
2
3
 
3
4
SUBDIRS =  src data pixmaps help po
4
5
 
22
23
        m4/ltsugar.m4           \
23
24
        m4/ltversion.m4         \
24
25
        omf.make                \
25
 
        xmldocs.make
 
26
        xmldocs.make            \
 
27
        po/Makefile.in.in       \
 
28
        po/Makevars.template    \
 
29
        po/Rules-quot           \
 
30
        po/boldquot.sed         \
 
31
        po/en@boldquot.header   \
 
32
        po/en@quot.header       \
 
33
        po/insert-header.sin    \
 
34
        po/quot.sed             \
 
35
        po/remove-potcdate.sin  \
 
36
        $(NULL)
26
37
 
27
38
dist-hook:
28
39
        @if test -d "$(srcdir)/.git"; \