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
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ help:
8
8
@echo "Other commands:"
9
9
@echo " make build Builds HTML version of all books"
10
10
@echo " make build-pdf Builds PDFs for the user manual"
11
-
@echo " make validate Builds books and validates for invalid HTML output"
12
11
@echo " make install Installs latest GitBook and dependencies"
13
12
@echo ""
14
13
@@ -33,8 +32,4 @@ install-python:
33
32
@echo "--> You must have Python virtualenv"
34
33
@virtualenv python_modules
35
34
36
-
validate: build install-python
37
-
@python_modules/bin/pip install html5validator
38
-
@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"
0 commit comments