File: Makefile.am

package info (click to toggle)
regina-normal 4.3.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,396 kB
  • ctags: 7,338
  • sloc: cpp: 55,359; sh: 17,392; ansic: 12,913; perl: 3,294; makefile: 918; python: 114
file content (43 lines) | stat: -rw-r--r-- 893 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
33
34
35
36
37
38
39
40
41
42
43
##
##  Regina - A Normal Surface Theory Calculator
##  Makefile Template
##
##  Process this file with automake in the top-level directory
##  to produce Makefile.in.
##

KDE_OPTIONS=noautodist

man_MANS = \
  regconcat.1 \
  regconvert.1 \
  regfiledump.1 \
  regfiletype.1 \
  sigcensus.1 \
  tricensus.1 \
  tricensus-manager.1 \
  tricensus-mpi.1 \
  tricensus-mpi-status.1 \
  trisetcmp.1 \
  regina-kde.1 \
  regina-python.1

EXTRA_DIST = $(man_MANS)

# Only regenerate manpages if you're the maintainer and you have a
# working docbook2man.
if MAINTAINER_MODE
if HAVE_DOCBOOK2MAN
man_docbook = \
  ../../kdeui/doc/en/manonly.docbook \
  ../../kdeui/doc/en/reginaman.docbook \
  ../../kdeui/doc/en/utils.docbook

$(man_MANS) : $(man_docbook)
	cd ../../kdeui/doc/en && @DOCBOOK2MAN@ -o ../../../docs/man manonly.docbook
endif
endif

mostlyclean-local :
	rm -f manpage.links manpage.refs