makefile: add longdescriptions target

finds all descriptions longer than 250 characters
This commit is contained in:
nodiscc 2016-08-21 23:32:08 +02:00
parent 62cb13d2b4
commit e1566bd709

View file

@ -17,6 +17,9 @@ nofullstop:
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] \(\['
-@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '[a-z] `'
longdescriptions:
@echo -e "\nDescriptions exceeding 250 chars:"
@egrep --only-matching '\) - [Aa-Zz|.|\(|\)|/| |,|-]*\s\(\[' README.md | grep '.\{257\}'
listlicenses:
@echo -e "\n List of licenses:"