[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
a2ps 4.13b-16woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 9,992 kB
  • ctags: 4,762
  • sloc: ansic: 31,146; sh: 10,780; lex: 2,283; perl: 1,471; yacc: 757; makefile: 702; lisp: 399; ada: 263; objc: 189; java: 151; f90: 109; pascal: 109; sed: 107; ml: 85; sql: 74; modula3: 33; haskell: 32; python: 24
file content (16 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in -*-Makefile-*-
man_MANS = a2ps.1 card.1 fixps.1 pdiff.1 psmandup.1 psset.1 texi2dvi4a2ps.1
man_aux = $(man_MANS:.1=.x)

irregular_men = a2ps.1 texi2dvi4a2ps.1
a2ps.1 : $(top_srcdir)/src/main.c
texi2dvi4a2ps.1: $(top_srcdir)/contrib/texi2dvi4a2ps

EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
  Makefile.maint GNUmakefile common.x
PERL = @PERL@
HELP2MAN = help2man
MAINTAINERCLEANFILES = $(man_MANS)

# For additional rules usually of interest only to the maintainer,
# see GNUmakefile and Makefile.maint.