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

@@ -121,7 +121,7 @@ docs_HTML = ${docs_MARKDOWN:.md=.html}
docs: $(docs_HTML) \
src/espeak-ng.1.html \
src/speak-ng.1.html \
CHANGELOG.html \
ChangeLog.html \
README.html

EXTRA_DIST += src/espeak-ng.1.ronn src/speak-ng.1.ronn $(docs_MARKDOWN)

+ 1
- 1
README.md View File

@@ -47,7 +47,7 @@ eSpeak NG is available as:
welcome.
* 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.

The following platforms are supported:

+ 1
- 1
autogen.sh View File

@@ -8,7 +8,7 @@ fi

mkdir -p m4
touch AUTHORS
ln -sf CHANGELOG.md NEWS
ln -sf ChangeLog.md NEWS
ln -sf README.md README

aclocal -I m4 || exit 1

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

@@ -31,7 +31,7 @@ tests/*.diff

docs/html/

CHANGELOG.html
ChangeLog.html
README.html

# autotools output:

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

@@ -96,7 +96,7 @@ html:
doxygen docs/ucd-tools.conf

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

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

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

@@ -8,7 +8,7 @@ fi

mkdir -p m4
ln -sf README.md README
ln -sf CHANGELOG.md NEWS
ln -sf ChangeLog.md NEWS

aclocal -I m4 || exit 1


Loading…
Cancel
Save