diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:46:38 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-23 09:46:38 -0300 |
| commit | f872ec3c387bcf9f782b2dccd8359f5c3c68bd94 (patch) | |
| tree | 091e4a79b47ab017610342a8ec180e0d55448ed2 /bin | |
| parent | b9fd3b9c47b962621383355ce11c98c2542ef326 (diff) | |
| download | bookup-0.5.6.tar.gz bookup-0.5.6.tar.bz2 | |
Bookup 0.5.60.5.6
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 |
