mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2024-11-05 00:03:56 +00:00
makefile: remove 'listlicenses' target
broken, unused
This commit is contained in:
parent
0cfdb17568
commit
cef61885d1
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -21,10 +21,6 @@ longdescriptions:
|
||||||
@echo -e "\nDescriptions exceeding 250 chars:"
|
@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\}'
|
@! 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:
|
syntaxerrors:
|
||||||
@echo -e "\nSyntax errors:"
|
@echo -e "\nSyntax errors:"
|
||||||
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
|
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
|
||||||
|
|
Loading…
Reference in a new issue