From b3ceabdff1c62702b59b88e8d99ac9ee40cf361a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 23 May 2016 17:12:26 +0200 Subject: [PATCH] Fix check for docublocks --- Documentation/Books/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Books/Makefile b/Documentation/Books/Makefile index 9e5c860971..1015734647 100644 --- a/Documentation/Books/Makefile +++ b/Documentation/Books/Makefile @@ -205,7 +205,7 @@ check-docublocks: grep -v '.*#.*:.*' \ >> /tmp/rawindoc.txt cat /tmp/rawindoc.txt | sed -e "s;.*ck ;;" -e "s;.*ne ;;" |sort -u > /tmp/indoc.txt - grep -R '^/// @startDocuBlock' ../DocuBlocks --include "*.md" --include "*.mdpp" |grep -v aardvark > /tmp/rawinprog.txt + grep -R '^@startDocuBlock' ../DocuBlocks --include "*.md" --include "*.mdpp" |grep -v aardvark > /tmp/rawinprog.txt # searching the Inline docublocks needs some more blacklisting: grep -R '@startDocuBlockInline' --include "*.h" --include "*.cpp" --include "*.js" --include "*.mdpp" . |\ grep -v ppbook |\ @@ -264,9 +264,9 @@ build-books: make build-books-keep-md NAME=AQL make build-books-keep-md NAME=HTTP - make ppbook-check-html-link NAME=Users - make ppbook-check-html-link NAME=AQL - make ppbook-check-html-link NAME=HTTP + #make ppbook-check-html-link NAME=Users + #make ppbook-check-html-link NAME=AQL + #make ppbook-check-html-link NAME=HTTP make check-docublocks