about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72959ff..342e292 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,14 @@ chroot.tar: client image server default8x16.psfu
 	install -m 644 default8x16.psfu root/usr/share/torus
 	tar -cf chroot.tar -C root bin home usr var
 
-install: chroot.tar rc.kfcgi rc.torus
+install: chroot.tar rc.kfcgi rc.torus explore.html index.html
 	tar -xf chroot.tar -C /home/$(CHROOT_USER)
 	install rc.kfcgi /usr/local/etc/rc.d/kfcgi
 	install rc.torus /usr/local/etc/rc.d/torus
+	install -o $(CHROOT_USER) -g $(CHROOT_GROUP) -m 644 \
+		explore.html \
+		index.html \
+		/usr/local/www/ascii.town
 
 clean:
 	rm -fr $(OBJS) $(BINS) tags root chroot.tar
?id=29b9e544822bebe86e91a7fe328acc080a2f8053&follow=1'>Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow. 2019-02-17Always split spans after newlinesJune McEnroe Simplifies ANSI and IRC output code, and prepares for line numbered output. 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe