diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/compile-changelog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/compile-changelog b/bin/compile-changelog index 2a6f528..862df31 100755 --- a/bin/compile-changelog +++ b/bin/compile-changelog @@ -8,17 +8,17 @@ BASENAME="`basename $0 | sed -e 's/\(.\)/\U\1/'`" DIRNAME="`dirname $0`" BASEDIR="$DIRNAME/.." -CHANGES="$BASEDIR/_changelog.yml" -CHANGELOG="$BASEDIR/content/notes/00-changelog/changelog.md" -BOOK="$BASEDIR/_book.yml" -COMMON="$BASEDIR/_common.yml" -META="$BASEDIR/.metadata/feed.yml" +CHANGES="_changelog.yml" +CHANGELOG="content/notes/00-changelog/changelog.md" +BOOK="_book.yml" +COMMON="_common.yml" +META=".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/_changelog.yml" -URL="$BASEDIR/snippets/url.txt" -CONTACT="$BASEDIR/snippets/contact.txt" +URL="snippets/url.txt" +CONTACT="snippets/contact.txt" # Ensure the changes file exists if [ ! -e "$CHANGES" ]; then |
