source: mod_gnutls/docs/Makefile @ e7527b9

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since e7527b9 was e7527b9, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

automate generation of other manual formats.

  • Property mode set to 100644
File size: 196 bytes
Line 
1TARGETS = $(foreach x,pdf html,mod_gnutls_manual.$(x))
2all: $(TARGETS)
3
4mod_gnutls_manual.%: mod_gnutls_manual.mdwn
5        pandoc --toc -f markdown -o $@ $<
6
7clean:
8        rm -f $(TARGETS)
9
10.PHONY: all clean
Note: See TracBrowser for help on using the repository browser.