aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-05-12 23:03:21 +0000
committernodiscc <nodiscc@gmail.com>2018-05-12 23:03:21 +0000
commit69e42a98f76ac3fc3be9f43e7c2e2b7a5be111c7 (patch)
treece0cd9c234bf372c4d208f4cc23805daabe47b22 /Makefile
parentrefactor CONTRIBUTING.md and PULL_REQUEST_TEMPLATE.md (diff)
downloadawesome-selfhosted-69e42a98f76ac3fc3be9f43e7c2e2b7a5be111c7.tar.gz
awesome-selfhosted-69e42a98f76ac3fc3be9f43e7c2e2b7a5be111c7.zip
dangerfile, makefile: add documentation links, intentation fixes
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4886ccea..d5676eaf 100755
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ listlicenses:
@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep --only-matching '([Aa0-Zz9]|\s|\.|-)*` `' README.md | sort --unique
syntaxerrors:
- @echo -e "\n Syntax errors:"
+ @echo -e "\nSyntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib: