asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 31caead was
31caead,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
Rename documentation directory to "doc"
It's a more commonly used name for the purpose. On this occasion, the
generated documentation files are also moved from the .gitignore in the
root directory of the source tree to doc/.gitignore.
|
-
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.