summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-09 14:33:51 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-09 14:33:51 -0500
commitce852217ceb58e79feab14f5518a352cc62f6bee (patch)
tree23f3903c3164cdda7ba674cc3d7acb3bc74119d1 /doc
parentd03bb5a180652bc6d0dbce74b58e641dfb2f1012 (diff)
downloadroux-ce852217ceb58e79feab14f5518a352cc62f6bee.tar.gz
join some lines in Makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a5816cb..2d1f040 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,12 +13,8 @@ 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 '<link rel="stylesheet"' \
-	  	'href="txt.css"' \
-	  	'type="text/css" />'; \
+	  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}' $<; \
 	  echo '<div class="container">'; \
 	  sed -ne '2{s,.*,<h2>&</h2>,;p;q}' $<; \