|
|
|
|
|
|
|
|
rm -rf espeak-data/phondata-manifest |
|
|
rm -rf espeak-data/phondata-manifest |
|
|
rm -f espeak-data/*_dict |
|
|
rm -f espeak-data/*_dict |
|
|
|
|
|
|
|
|
##### documentation: |
|
|
|
|
|
|
|
|
##### custom rules: |
|
|
|
|
|
|
|
|
|
|
|
SUFFIXES=.html .md .ronn |
|
|
|
|
|
|
|
|
%.html: %.md _layouts/webpage.html |
|
|
|
|
|
|
|
|
.md.html: _layouts/webpage.html |
|
|
cat $< | sed -e 's/\.md)/.html)/g' -e 's/\.ronn/.html/g' | \ |
|
|
cat $< | sed -e 's/\.md)/.html)/g' -e 's/\.ronn/.html/g' | \ |
|
|
kramdown --template _layouts/webpage.html > $@ |
|
|
kramdown --template _layouts/webpage.html > $@ |
|
|
|
|
|
|
|
|
%.html: %.ronn |
|
|
|
|
|
|
|
|
.ronn.html: |
|
|
ronn --html $< |
|
|
ronn --html $< |
|
|
|
|
|
|
|
|
|
|
|
##### documentation: |
|
|
|
|
|
|
|
|
src/espeak-ng.1: src/espeak-ng.1.ronn |
|
|
src/espeak-ng.1: src/espeak-ng.1.ronn |
|
|
ronn --roff $< |
|
|
ronn --roff $< |
|
|
|
|
|
|