1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# $calcurse: Makefile.am,v 1.1 2011/02/24 11:36:50 fleischer Exp $ AUTOMAKE_OPTIONS = foreign ASCIIDOC_ARGS = \ -n \ -a toc \ -a icons doc_DATA = \ manual.html docdir = $(datadir)/doc/$(PACKAGE) .txt.html: if HAVE_ASCIIDOC $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $< endif