Browse Source

docs: Support building all markdown documents.

master
Reece H. Dunn 7 years ago
parent
commit
d86ddfca8a
1 changed files with 5 additions and 10 deletions
  1. 5
    10
      Makefile.am

+ 5
- 10
Makefile.am View File

src/speak-ng.1: src/speak-ng.1.ronn src/speak-ng.1: src/speak-ng.1.ronn
ronn --roff $< ronn --roff $<


docs: docs/index.html \
docs/add_language.html \
docs/dictionary.html \
docs/intonation.html \
docs/languages.html \
docs/markup.html \
docs/mbrola.html \
docs/phonemes.html \
docs/phontab.html \
docs/voices.html \
docs_MARKDOWN != ls docs/*.md docs/*/*.md docs/*/*/*.md docs/*/*/*/*.md
docs_HTML = ${docs_MARKDOWN:.md=.html}

docs: $(docs_HTML) \
src/espeak-ng.1.html \ src/espeak-ng.1.html \
src/speak-ng.1.html \ src/speak-ng.1.html \
CHANGELOG.html \
README.html README.html


##### build targets: ##### build targets:

Loading…
Cancel
Save