Changeset 27ca1e9 in mod_gnutls for doc/Makefile.am
- Timestamp:
- Nov 20, 2019, 3:01:51 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 829490c
- Parents:
- 0a4bcca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r0a4bcca r27ca1e9 25 25 26 26 if USE_PDFLATEX 27 %.pdf: %.mdwn 28 $(PANDOC) --toc -f markdown -o $@ $ <27 %.pdf: %.mdwn %.yaml 28 $(PANDOC) --toc -f markdown -o $@ $^ 29 29 endif 30 30 endif 31 31 32 %.html: %.mdwn 32 %.html: %.mdwn %.yaml 33 33 if USE_PANDOC 34 $(PANDOC) --toc --standalone -f markdown -o $@ $ <34 $(PANDOC) --toc --standalone -f markdown -o $@ $^ 35 35 else 36 36 if USE_MARKDOWN
Note: See TracChangeset
for help on using the changeset viewer.