- Timestamp:
- Nov 20, 2019, 3:01:51 PM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 829490c
- Parents:
- 0a4bcca
- Location:
- doc
- Files:
-
- 3 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 -
doc/mod_gnutls_manual.mdwn
r0a4bcca r27ca1e9 1 % `mod_gnutls` Manual2 3 1 * * * * * 4 2 -
doc/mod_gnutls_manual.yaml.in
r0a4bcca r27ca1e9 1 1 --- 2 title: Themod_gnutls Manual2 title: mod_gnutls Manual 3 3 section: 5 4 4 header: mod_gnutls
Note: See TracChangeset
for help on using the changeset viewer.