Changeset dc3cbd5 in mod_gnutls for doc


Ignore:
Timestamp:
Jan 4, 2020, 7:04:07 AM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
f826b5f
Parents:
190d459
git-author:
Fiona Klute <fiona.klute@…> (01/04/20 06:46:01)
git-committer:
Fiona Klute <fiona.klute@…> (01/04/20 07:04:07)
Message:

Manual: Add minimal CSS style for HTML output

Margins make reading easier, and code is now set in the same size as
other text.

Location:
doc
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r190d459 rdc3cbd5  
    11EXTRA_DIST = mod_gnutls_manual.mdwn mod_gnutls_manual.yaml.in \
    2         mod_gnutls.whatis
     2        mod_gnutls.whatis style.css
    33
    44if USE_PANDOC
     
    3131endif
    3232
    33 %.html: %.mdwn %.yaml
     33%.html: %.mdwn %.yaml style.css
    3434if USE_PANDOC
    35         $(PANDOC) --toc --standalone -f markdown -o $@ $^
     35        $(PANDOC) --css $(filter %.css,$^) --toc --self-contained -f markdown -o $@ $(filter-out %.css,$^)
    3636else
    3737if USE_MARKDOWN
Note: See TracChangeset for help on using the changeset viewer.