summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2018-12-17 01:09:34 -0800
committerJordan Justen <jordan.l.justen@intel.com>2019-01-07 16:42:47 -0800
commitabb910a070d76336ddecac9907b6242a6d6ad40e (patch)
tree31e42cf14e95b3a5d9221ba49b1b32f10b3c02b4 /docs/README.md
parent74bc6634d745bc035938092476bb82f6b2bda018 (diff)
website: Convert Makefile to build-html.sh shell script
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 6a7a676d6..ec4580c4a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -4,4 +4,4 @@ Piglit website source code
For dependencies, refer to .gitlab-ci.yml.
-To build website html, run `make html`.
+To build website html, run `./build-html.sh`.