diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/compile-changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/compile-changelog b/bin/compile-changelog index c72a0a4..771ddb1 100755 --- a/bin/compile-changelog +++ b/bin/compile-changelog @@ -8,7 +8,7 @@ BASENAME="`basename $0 | sed -e 's/\(.\)/\U\1/'`" DIRNAME="`dirname $0`" BASEDIR="$DIRNAME/.." -CHANGES="$BASEDIR/_changes.yml" +CHANGES="$BASEDIR/_changelog.yml" CHANGELOG="$BASEDIR/content/notes/00-changelog/changelog.md" BOOK="$BASEDIR/_book.yml" COMMON="$BASEDIR/_common.yml" @@ -16,7 +16,7 @@ META="$BASEDIR/.metadata/feed.yml" RSS_TMPL="$BASEDIR/templates/rss.xml" ATOM_TMPL="$BASEDIR/templates/atom.xml" CHANGELOG_TMPL="$BASEDIR/templates/changelog.md" -CHANGES_TMPL="$BASEDIR/templates/_changes.yml" +CHANGES_TMPL="$BASEDIR/templates/_changelog.yml" URL="$BASEDIR/snippets/url.txt" CONTACT="$BASEDIR/snippets/contact.txt" |
