tokkee.org
Code
projects
/
tpdfview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build system: Check for a2x and xsltproc.
[tpdfview.git]
/
doc
/
Makefile.am
1
EXTRA_DIST = tpdfview.txt
2
CLEANFILES = tpdfview.1
3
4
man_MANS = tpdfview.1
5
6
tpdfview.1: tpdfview.txt ../version
7
8
.txt.1:
9
@A2X@ -d manpage -f manpage -atpdfv_version=$(PACKAGE_VERSION) $<
10