File: Makefile.am

package info (click to toggle)
polyxmass-common 0.8.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,548 kB
  • sloc: sh: 3,512; xml: 2,071; makefile: 212
file content (32 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
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
SUBDIRS = atom-defs polchem-defs pol-seqs config-files

ACLOCAL_AMFLAGS = -I m4


EXTRA_DIST = \
config.rpath \
mkinstalldirs \
polyxmass-common.sgml \
polyxmass-common.7

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

# to list these files easily from the shell, run 
# `ls -1 | grep -E [A-Z]{2}` (no '`')
polyxmasscommon_docs_DATA = \
AUTHORS\
COPYING\
INSTALL\
NEWS\
README\
TODO\
THANKS


man_MANS = polyxmass-common.7

#polyxmass-common.7: polyxmass-common.sgml
#      docbook-to-man polyxmass-common.sgml > polyxmass-common.7