dist_man1_MANS = \ tlsproxy.1 \ tlsproxy-setup.1 \ tlsproxy-add.1 dist_noinst_DATA = \ tlsproxy.txt \ tlsproxy-setup.txt \ tlsproxy-add.txt \ man.conf DISTCLEANFILES = $(dist_man1_MANS) ASCIIDOC = asciidoc XMLTO = xmlto A2XML = $(ASCIIDOC) --backend=docbook --doctype=manpage \ --conf-file=$(srcdir)/man.conf XML2MAN = $(XMLTO) man .txt.1: $(A2XML) -o $@.xml $< $(XML2MAN) $@.xml rm $@.xml