You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Makefile
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ help:
12
12
@echo "Other commands:"
13
13
@echo " make build Builds HTML version of all books"
14
14
@echo " make build-pdf Builds PDFs for the user manual"
15
-
@echo " make validate Builds books and validates for invalid HTML output"
16
15
@echo " make install Installs latest GitBook and dependencies"
17
16
@echo ""
18
17
@@ -65,12 +64,4 @@ install-python:
65
64
@echo "--> You must have Python virtualenv"
66
65
@virtualenv python_modules
67
66
68
-
validate: build install-python
69
-
@python_modules/bin/pip install html5validator
70
-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root manual/_book/ --ignore "gitbook/plugins""element must have an""A document must not include both""Duplicate ID"
71
-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root cookbook/_book/ --ignore "gitbook/plugins""element must have an""A document must not include both""Duplicate ID"
72
-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root api/_book/ --ignore "gitbook/plugins""element must have an""A document must not include both""Duplicate ID"
73
-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root extending-contao4/_book/ --ignore "gitbook/plugins""element must have an""A document must not include both""Duplicate ID"
74
-
@python_modules/bin/python2.7 python_modules/bin/html5validator --root manager/_book/ --ignore "gitbook/plugins""element must have an""A document must not include both""Duplicate ID"
0 commit comments