~vcs-imports/tuxtype/trunk

« back to all changes in this revision

Viewing changes to Makefile.am~

  • Committer: dbruce-guest
  • Date: 2009-03-12 02:43:29 UTC
  • Revision ID: vcs-imports@canonical.com-20090312024329-axpcu5xcjsg1gc4v
tweaks of desktop file, specfiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Modified to include support for NSIS Windows installer - David Bruce <dbruce@tampabay.rr.com>
2
2
 
3
 
SUBDIRS = doc   \
 
3
SUBDIRS = data \
 
4
        doc     \
4
5
        intl    \
5
6
        po      \
6
 
        src     \
7
 
        data
 
7
        src
8
8
 
9
9
ACLOCAL_AMFLAGS = -I m4
10
10
 
11
 
EXTRA_DIST = tuxtype.spec tuxtype.desktop tuxtype.ico config.rpath
 
11
EXTRA_DIST = tuxtype.spec \
 
12
        tuxtype.desktop  \
 
13
        tuxtype.ico \
 
14
        icon.png \
 
15
        Info.plist \
 
16
        config.rpath 
12
17
datadir = @datadir@
13
18
localedir = $(datadir)/locale
14
19