summaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2008-09-03 12:29:44 +0000
committerkaashoek <kaashoek>2008-09-03 12:29:44 +0000
commite87dca5cc55fb4452a38d4a1130a61cf82faa563 (patch)
treef1d2f036893989cc3e8f1179e76d85c7deb75f5b /web/Makefile
parentf53494c28e362fb7752bbc83417b9ba47cff0bf5 (diff)
downloadxv6-labs-e87dca5cc55fb4452a38d4a1130a61cf82faa563.tar.gz
xv6-labs-e87dca5cc55fb4452a38d4a1130a61cf82faa563.tar.bz2
xv6-labs-e87dca5cc55fb4452a38d4a1130a61cf82faa563.zip
nits in index.txt
add slides for shell, x86 intro, x86 virtual memory (deleted JOS from slides)
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 7b49773..107d683 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,3 +1,3 @@
index.html: index.txt mkhtml
- mkhtml index.txt >_$@ && mv _$@ $@
+ ./mkhtml index.txt >_$@ && mv _$@ $@