aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJarek Lipski <pub@loomchild.net>2016-05-05 23:52:46 +0000
committerEdward D <ed.kickball@hotmail.com>2016-05-05 23:52:46 +0000
commit4ecbc140b9b24940fed2e12da8ff3312540fcb24 (patch)
treeea1ef3cffdf53b81e0ba7183d856f0f6c46f753c /Makefile
parentUpdate README.md (#549) (diff)
downloadawesome-selfhosted-4ecbc140b9b24940fed2e12da8ff3312540fcb24.tar.gz
awesome-selfhosted-4ecbc140b9b24940fed2e12da8ff3312540fcb24.zip
Add Puffin (#544)
* Add Puffin * Fix Makefile: source and demo links, invert order * Put Puffin in alphabetical order
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 75dff78a..6c090d42 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ add:
read Source; if [ -z "$$Source" ]; then CSource="" ; else CSource="[Source Code]($$Source)" ; fi ;\
if [[ "$$CSource" == "" && "$$Demo" == "" ]]; \
then Moreinfo="";\ printf "debug" ;\
- else Moreinfo=$$(echo "($$CSource$$CDemo)" | sed 's|)\[|\], [|g') ;\
+ else Moreinfo=$$(echo "($$CDemo$$CSource)" | sed 's|)\[|), [|g') ;\
fi ;\
echo -e "Copy this entry to your clipboard, paste it in the appropriate category:\n\n" ;\
echo " * [$$Name]($$Url) - $${Description}. $$Moreinfo \`$$License\` \`$$Language\`"
@@ -47,4 +47,4 @@ add:
#TODO ask for category and insert item accordingly
#TODO check for unsorted entries
#TODO automatically sort entries/sections
-#TODO autoupdate contributors list \ No newline at end of file
+#TODO autoupdate contributors list