[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libgxps 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,756 kB
  • ctags: 1,513
  • sloc: ansic: 10,000; sh: 4,136; makefile: 349
file content (28 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
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
man_MANS =

if HAVE_LIBPNG
man_MANS += xpstopng.1
endif

if HAVE_LIBJPEG
man_MANS += xpstojpeg.1
endif

if HAVE_CAIRO_PDF
man_MANS += xpstopdf.1
endif

if HAVE_CAIRO_PS
man_MANS += xpstops.1
endif

if HAVE_CAIRO_SVG
man_MANS += xpstosvg.1
endif

.xml.1:
	$(AM_V_GEN)@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<


MAINTAINERCLEANFILES = $(man_MANS)
EXTRA_DIST = $(man_MANS)