mirror of https://gitee.com/bigwinds/arangodb
Removed duplicate output in the Makefile for the Documentation
This commit is contained in:
parent
0e57127dc9
commit
a7c9119ec3
|
@ -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"; \
|
||||
|
|
Loading…
Reference in New Issue