asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since cf2b905 was
2b16350,
checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago
|
clean up documentation, list GnuTLSEnable as the first option
|
-
Property mode set to
100644
|
File size:
209 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 --standalone -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.