File: Makefile.am

package info (click to toggle)
ctpl 0.3.3.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,820 kB
  • sloc: sh: 11,047; ansic: 5,773; python: 156; makefile: 129
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12

man_MANS = 

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ctpl.pc

if BUILD_CTPL
man_MANS += ctpl.1
endif

# make sure ctpl.1 is distributed even if BUILD_CTPL is false
EXTRA_DIST = ctpl.1