Changeset 27ca1e9 in mod_gnutls for doc


Ignore:
Timestamp:
Nov 20, 2019, 3:01:51 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
829490c
Parents:
0a4bcca
Message:

Manual: Use YAML metadata instead of embedded title for all formats

Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r0a4bcca r27ca1e9  
    2525
    2626if USE_PDFLATEX
    27 %.pdf: %.mdwn
    28         $(PANDOC) --toc -f markdown -o $@ $<
     27%.pdf: %.mdwn %.yaml
     28        $(PANDOC) --toc -f markdown -o $@ $^
    2929endif
    3030endif
    3131
    32 %.html: %.mdwn
     32%.html: %.mdwn %.yaml
    3333if USE_PANDOC
    34         $(PANDOC) --toc --standalone -f markdown -o $@ $<
     34        $(PANDOC) --toc --standalone -f markdown -o $@ $^
    3535else
    3636if USE_MARKDOWN
  • doc/mod_gnutls_manual.mdwn

    r0a4bcca r27ca1e9  
    1 % `mod_gnutls` Manual
    2 
    31* * * * *
    42
  • doc/mod_gnutls_manual.yaml.in

    r0a4bcca r27ca1e9  
    11---
    2 title: The mod_gnutls Manual
     2title: mod_gnutls Manual
    33section: 5
    44header: mod_gnutls
Note: See TracChangeset for help on using the changeset viewer.