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 | |
---|
1 | TARGETS = $(foreach x,pdf html,mod_gnutls_manual.$(x)) |
---|
2 | all: $(TARGETS) |
---|
3 | |
---|
4 | mod_gnutls_manual.%: mod_gnutls_manual.mdwn |
---|
5 | pandoc --toc -f markdown -o $@ $< |
---|
6 | |
---|
7 | clean: |
---|
8 | rm -f $(TARGETS) |
---|
9 | |
---|
10 | .PHONY: all clean |
---|
Note: See
TracBrowser
for help on using the repository browser.