File: Makefile.am

package info (click to toggle)
cyphesis-cpp 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,752 kB
  • sloc: cpp: 94,194; xml: 40,196; python: 8,717; sh: 4,164; makefile: 1,968; ansic: 753
file content (21 lines) | stat: -rw-r--r-- 876 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
man_MANS = cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 \
           cyaddrules.1 cyconvertrules.1 cydumprules.1 cyloadrules.1 cypasswd.1 \
           cydb.1 cypython.1

.sgml.1:
	docbook2man $(top_srcdir)/man/manpages.sgml
	echo ".so man1/cyphesis-tools.1" > cyaddrules.1
	echo ".so man1/cyphesis-tools.1" > cyconvertrules.1
	echo ".so man1/cyphesis-tools.1" > cydumprules.1
	echo ".so man1/cyphesis-tools.1" > cyloadrules.1
	echo ".so man1/cyphesis-tools.1" > cypasswd.1
	echo ".so man1/cyphesis-tools.1" > cydb.1
	echo ".so man1/cyphesis-tools.1" > cypython.1

EXTRA_DIST = cyclient.sgml cycmd.sgml cyphesis.sgml cyphesis-tools.sgml \
             manpages.sgml cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 \
             cyaddrules.1 cyconvertrules.1 cydumprules.1 cyloadrules.1 \
             cypasswd.1 cydb.1 cypython.1

maintainer-clean-local:
	-rm -f $(man_MANS)