| docs: $(docs_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 \ | |||||
| ChangeLog.html \ | |||||
| README.html | README.html | ||||
| EXTRA_DIST += src/espeak-ng.1.ronn src/speak-ng.1.ronn $(docs_MARKDOWN) | EXTRA_DIST += src/espeak-ng.1.ronn src/speak-ng.1.ronn $(docs_MARKDOWN) |
| welcome. | welcome. | ||||
| * Written in C. | * Written in C. | ||||
| See the [CHANGELOG](CHANGELOG.md) for a description of the changes in the | |||||
| See the [ChangeLog](ChangeLog.md) for a description of the changes in the | |||||
| various releases and with the eSpeak NG project. | various releases and with the eSpeak NG project. | ||||
| The following platforms are supported: | The following platforms are supported: |
| mkdir -p m4 | mkdir -p m4 | ||||
| touch AUTHORS | touch AUTHORS | ||||
| ln -sf CHANGELOG.md NEWS | |||||
| ln -sf ChangeLog.md NEWS | |||||
| ln -sf README.md README | ln -sf README.md README | ||||
| aclocal -I m4 || exit 1 | aclocal -I m4 || exit 1 |
| docs/html/ | docs/html/ | ||||
| CHANGELOG.html | |||||
| ChangeLog.html | |||||
| README.html | README.html | ||||
| # autotools output: | # autotools output: |
| doxygen docs/ucd-tools.conf | doxygen docs/ucd-tools.conf | ||||
| docs: html \ | docs: html \ | ||||
| CHANGELOG.html \ | |||||
| ChangeLog.html \ | |||||
| README.html | README.html | ||||
| ############################# libucd ########################################## | ############################# libucd ########################################## |
| mkdir -p m4 | mkdir -p m4 | ||||
| ln -sf README.md README | ln -sf README.md README | ||||
| ln -sf CHANGELOG.md NEWS | |||||
| ln -sf ChangeLog.md NEWS | |||||
| aclocal -I m4 || exit 1 | aclocal -I m4 || exit 1 | ||||