From 260178dcef927ecdddfba2a0b4097a3955aa7940 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 6 Jan 2017 22:57:30 -0500 Subject: prepare for new c9x infrastructure --- doc/Makefile | 15 +++------------ doc/txt/txt.css | 9 --------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 doc/txt/txt.css (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 6fc15e4..3a30afb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,13 @@ -.PHONY: all clean sync - DOCS = abi il llvm -all: $(DOCS:%=html/%.html) html/txt.css - -html/txt.css: txt/txt.css - cp -f $< $@ +all: $(DOCS:%=html/%.html) clean: rm -fr html html/%.html: %.txt mkdir html 2> /dev/null || true - ( echo ''; \ - echo ''; \ - echo ''; \ - echo ''; \ + ( echo ''; \ sed -ne '2{s,.*,&,;p;q}' $<; \ echo '
'; \ sed -ne '2{s,.*,

&

,;p;q}' $<; \ @@ -23,5 +15,4 @@ html/%.html: %.txt echo '
'; \ ) > $@ -sync: - scp html/* h:/srv/data/w/compile/doc/ +.PHONY: all clean diff --git a/doc/txt/txt.css b/doc/txt/txt.css deleted file mode 100644 index 6f11930..0000000 --- a/doc/txt/txt.css +++ /dev/null @@ -1,9 +0,0 @@ -h3 { - border-bottom: 1px solid #aaa; - background-color: #eee; -} - -.bnf { - background-color: white; - padding-left: 0.7em; -} -- cgit 1.4.1