From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Fri, 22 Oct 2021 19:30:36 +0000 (+0000) Subject: Fixup markdown syntax X-Git-Tag: v1.7~36 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=d37d3d18d476a04f135722e778e2224cf49fc516 Fixup markdown syntax --- diff --git a/CHECKLIST.md b/CHECKLIST.md index f3ec62a4..b386c585 100644 --- a/CHECKLIST.md +++ b/CHECKLIST.md @@ -2,32 +2,31 @@ Before compiling the sources, carry out the following actions when necessary: -* Update ```org.geeqie.Geeqie.appdata.xml.in``` with the latest released version and date -* If source files have been added or removed from ```.src/``` directory, resync ```./po/POTFILES.in``` +* Update `org.geeqie.Geeqie.appdata.xml.in` with the latest released version and date +* If source files have been added or removed from `./src/` directory, resync `./po/POTFILES.in` +```sh +cd ./po +./regen_potfiles.sh | patch -p0 ``` -cd ./po -./regen_potfiles.sh | patch -p0 -``` -* Keep translations in sync with the code -``` -cd ./po -make update-po -``` -* Update the the timezone database +* Keep translations in sync with the code +```sh +cd ./po +make update-po ``` +* Update the the timezone database +```sh ./scripts/zonedetect/create_timezone_database ``` -After compiling the sources, carry out the following actions when necessary: +After compiling the sources, carry out the following actions when necessary: -* Generate a new AppImage (note that this should be run on a **20.04 system**) -``` +* Generate a new AppImage (note that this should be run on a **20.04 system**) +```sh ./scripts/generate-appimage.sh ``` * Upload AppImage to web AppImages location -* Edit ```/AppImage/appimages.txt``` to include latest AppImage at the *top* of the list -* Copy Help html files to ```/help``` -* Copy ```geeqie.desktop``` to ```/``` -* Copy ```org.geeqie.Geeqie.appdata.xml``` to ```/``` -* Push changes to ```geeqie.github.io``` - +* Edit `/AppImage/appimages.txt` to include latest AppImage at the *top* of the list +* Copy Help html files to `/help` +* Copy `geeqie.desktop` to `/` +* Copy `org.geeqie.Geeqie.appdata.xml` to `/` +* Push changes to `geeqie.github.io`