File: Makefile.am

package info (click to toggle)
gnomermind 1.0.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,376 kB
  • ctags: 507
  • sloc: sh: 8,901; ansic: 4,911; makefile: 632; sed: 93
file content (33 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SUBDIRS = macros po intl src pixmaps sounds themes help

EXTRA_DIST = \
        gnomermind.desktop.in\
	gnomermind.spec.in\
        TODO\
        README\
        AUTHORS\
        NEWS\
        ChangeLog\
        COPYING\
	HACKING\
	xml-i18n-extract.in\
	xml-i18n-merge.in\
	xml-i18n-update.in

Infosdir = $(datadir)/doc/gnomermind
Infos_DATA = TODO\
        README\
        AUTHORS\
        NEWS\
        ChangeLog\
        COPYING\
	HACKING

Dsktpdir = $(datadir)/gnome/apps/Games
Dsktp_in_files = gnomermind.desktop.in
Dsktp_DATA = $(Dsktp_in_files:.desktop.in=.desktop)
@XML_I18N_MERGE_DESKTOP_RULE@

dist-hook: gnomermind.spec gnomermind.desktop
	cp gnomermind.spec $(distdir)
	cp gnomermind.desktop $(distdir)