- Timestamp:
- Jan 4, 2020, 7:04:07 AM (3 years ago)
- 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)
- Location:
- doc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r190d459 rdc3cbd5 1 1 EXTRA_DIST = mod_gnutls_manual.mdwn mod_gnutls_manual.yaml.in \ 2 mod_gnutls.whatis 2 mod_gnutls.whatis style.css 3 3 4 4 if USE_PANDOC … … 31 31 endif 32 32 33 %.html: %.mdwn %.yaml 33 %.html: %.mdwn %.yaml style.css 34 34 if USE_PANDOC 35 $(PANDOC) -- toc --standalone -f markdown -o $@ $^35 $(PANDOC) --css $(filter %.css,$^) --toc --self-contained -f markdown -o $@ $(filter-out %.css,$^) 36 36 else 37 37 if USE_MARKDOWN
Note: See TracChangeset
for help on using the changeset viewer.