File: Makefile.am

package info (click to toggle)
polyxmass-bin 0.9.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,648 kB
  • ctags: 3,337
  • sloc: ansic: 68,910; sh: 9,792; makefile: 826; yacc: 288; sed: 16
file content (40 lines) | stat: -rw-r--r-- 888 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
34
35
36
37
38
39
40
# m4 and intl added by gettextize --intl --force --copy
SUBDIRS = intl m4 libpolyxmass polyxmass glade po
ACLOCAL_AMFLAGS = -I m4

# config.rpath added by gettextize
EXTRA_DIST = \
config.rpath \
mkinstalldirs \
polyxmass.sgml \
polyxmass.1 \
polyxmass-bin.desktop \
polyxmass-icon-32x32.xpm \
polyxmass-icon-32x32.png

# general documents that are worth keeping at hand once the
# package is installed. 
polyxmass_docsdir = $(prefix)/share/doc/$(PACKAGE)

polyxmass_docs_DATA = \
ABOUT-NLS \
AUTHORS \
COPYING \
INSTALL \
NEWS \
README \
TODO\
THANKS

polyxmass_desktopfiledir = $(prefix)/share/applications
polyxmass_desktopfile_DATA = polyxmass-bin.desktop

polyxmass_icondir = $(prefix)/share/pixmaps
polyxmass_icon_DATA = polyxmass-icon-32x32.xpm polyxmass-icon-32x32.png

man_MANS = polyxmass.1
#polyxmass-bin.1: polyxmass.sgml
#      docbook-to-man polyxmass.sgml > polyxmass.1