File: Makefile.am

package info (click to toggle)
deutex 5.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: ansic: 10,220; python: 124; makefile: 59; sh: 1
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
if ASCIIDOC
man_MANS = @PACKAGE@.6
CLEANFILES = @PACKAGE@.6 @PACKAGE@.html

@PACKAGE@.6: deutex.txt
	a2x -f manpage deutex.txt

@PACKAGE@.html: deutex.txt
	TZ=UTC asciidoc deutex.txt

html: @PACKAGE@.html
endif