1
0
Fork 0

Removed duplicate output in the Makefile for the Documentation

This commit is contained in:
Thomas Schmidts 2015-05-26 11:40:01 +02:00
parent 0e57127dc9
commit a7c9119ec3
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ check-docublocks:
check-summary:
@find . -name \*.md |grep -v books/ |sed -e "s;./Users/;;" |grep -v ^SUMMARY.md$ |grep -v ^README.md$ |sort > /tmp/is_md.txt
@cat Users/SUMMARY.md |sed -e "s;.*(;;" -e "s;).*;;" |sort |grep -v '# Summary' > /tmp/is_summary.txt
@comm -3 /tmp/is_md.txt /tmp/is_summary.txt
@if test "`comm -3 /tmp/is_md.txt /tmp/is_summary.txt|wc -l`" -ne 0; then \
echo "not all files are mapped to the summary!"; \
echo " files found | files in summary"; \