diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:18:04 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-22 23:18:04 -0300 |
| commit | 7129667042a715d2c620c0ec8157c6a59529cbca (patch) | |
| tree | 51f2410200d4907826d29f8d53f92c30e3516a9b /bin | |
| parent | 1c770a9b4c021bf4703b13294aacf6496c29cb75 (diff) | |
| download | bookup-0.5.3.tar.gz bookup-0.5.3.tar.bz2 | |
Bookup 0.5.30.5.3
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" |
