Browse Source

Merge pull request #1262 from djphoenix/changelog-case

Fix changelog file case (make macOS happy with missed file)
master
Alexander Epaneshnikov 2 years ago
parent
commit
13116e6e93
No account linked to committer's email address
7 changed files with 6 additions and 6 deletions
  1. 0
    0
      ChangeLog.md
  2. 1
    1
      Makefile.am
  3. 1
    1
      README.md
  4. 1
    1
      autogen.sh
  5. 1
    1
      src/ucd-tools/.gitignore
  6. 1
    1
      src/ucd-tools/Makefile.am
  7. 1
    1
      src/ucd-tools/autogen.sh

CHANGELOG.md → ChangeLog.md View File


+ 1
- 1
Makefile.am View File

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)

+ 1
- 1
README.md View File

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:

+ 1
- 1
autogen.sh View File



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

+ 1
- 1
src/ucd-tools/.gitignore View File



docs/html/ docs/html/


CHANGELOG.html
ChangeLog.html
README.html README.html


# autotools output: # autotools output:

+ 1
- 1
src/ucd-tools/Makefile.am View File

doxygen docs/ucd-tools.conf doxygen docs/ucd-tools.conf


docs: html \ docs: html \
CHANGELOG.html \
ChangeLog.html \
README.html README.html


############################# libucd ########################################## ############################# libucd ##########################################

+ 1
- 1
src/ucd-tools/autogen.sh View File



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



Loading…
Cancel
Save