diff options
author | nodiscc <nodiscc@gmail.com> | 2019-06-23 14:37:48 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-06-23 14:37:48 +0000 |
commit | cef61885d13f672a9cae87e3c6b2f73443572e73 (patch) | |
tree | f94c485fd5ad309f31440c0f866e661dc1496734 /Makefile | |
parent | remove backticks in description (diff) | |
download | awesome-selfhosted-cef61885d13f672a9cae87e3c6b2f73443572e73.tar.gz awesome-selfhosted-cef61885d13f672a9cae87e3c6b2f73443572e73.zip |
makefile: remove 'listlicenses' target
broken, unused
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -21,10 +21,6 @@ longdescriptions: @echo -e "\nDescriptions exceeding 250 chars:" @! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep --only-matching '\) - [Aa-Zz|.|\(|\)|/| |,|-]*\s\(\[' README.md | grep '.\{257\}' -listlicenses: - @echo -e "\nList of licenses:" - @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 "\nSyntax errors:" @! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`' |