mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
oops, fix quotes in Makefile
This commit is contained in:
parent
98c36c2850
commit
b3ec80d3d7
@ -7,8 +7,10 @@ clean:
|
||||
|
||||
html/%.html: %.txt
|
||||
mkdir html 2> /dev/null || true
|
||||
( echo "<!doctype html>"; \
|
||||
echo "<link rel="stylesheet" href="http://c9x.me/css/simple.css" type="text/css" />"; \
|
||||
( echo '<!doctype html>'; \
|
||||
echo '<link rel="stylesheet"' \
|
||||
'href="http://c9x.me/css/simple.css"' \
|
||||
'type="text/css" />'; \
|
||||
echo '<div class="container">'; \
|
||||
sed -ne '2{s,.*,<h2>&</h2>,;p;q}' $<; \
|
||||
sed -e '1,3d' $< | ocaml txt.ml; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user