diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-10-19 11:24:11 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-10-19 11:24:11 -0400 |
commit | b39ccc606171a1ac7f7cbf83d29ee773b3b30997 (patch) | |
tree | bc6f34aa3a4106e76b2d72f4d12afba351dedf02 | |
parent | fd9c2e045f7cc953bebab2e2e65da9cd73b04f17 (diff) | |
download | roux-b39ccc606171a1ac7f7cbf83d29ee773b3b30997.tar.gz |
add magic for mobile viewing of doc
-rw-r--r-- | doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index e4c2d7a..60129d6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,6 +13,7 @@ clean: html/%.html: %.txt mkdir html 2> /dev/null || true ( echo '<!doctype html>'; \ + echo '<meta name=viewport content="width=device-width, initial-scale=1">'; \ echo '<link rel="stylesheet" href="http://c9x.me/css/simple.css" type="text/css" />'; \ echo '<link rel="stylesheet" href="txt.css" type="text/css" />'; \ sed -ne '2{s,.*,<title>&</title>,;p;q}' $<; \ |