Fixup markdown syntax
authora1346054 <36859588+a1346054@users.noreply.github.com>
Fri, 22 Oct 2021 19:30:36 +0000 (19:30 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 1 Nov 2021 10:38:15 +0000 (10:38 +0000)
CHECKLIST.md

index f3ec62a..b386c58 100644 (file)
@@ -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 <location of local appimages folder>
 ```
 * Upload AppImage to web AppImages location
-* Edit ```<location of local geeqie.github.io>/AppImage/appimages.txt``` to include latest AppImage at the *top* of the list
-* Copy Help html files to ```<location of local geeqie.github.io>/help```
-* Copy ```geeqie.desktop``` to ```<location of local geeqie.github.io>/```
-* Copy ```org.geeqie.Geeqie.appdata.xml``` to ```<location of local geeqie.github.io>/```
-* Push changes to ```geeqie.github.io```
-
+* Edit `<location of local geeqie.github.io>/AppImage/appimages.txt` to include latest AppImage at the *top* of the list
+* Copy Help html files to `<location of local geeqie.github.io>/help`
+* Copy `geeqie.desktop` to `<location of local geeqie.github.io>/`
+* Copy `org.geeqie.Geeqie.appdata.xml` to `<location of local geeqie.github.io>/`
+* Push changes to `geeqie.github.io`