From b39ccc606171a1ac7f7cbf83d29ee773b3b30997 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 19 Oct 2016 11:24:11 -0400 Subject: add magic for mobile viewing of doc --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/Makefile') 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 ''; \ + echo ''; \ echo ''; \ echo ''; \ sed -ne '2{s,.*,&,;p;q}' $<; \ -- cgit 1.4.1