From 1825641c1f06a5104c66d4339912951134ab5dda Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Fri, 25 Jul 2014 22:56:36 -0400
Subject: build: Add "build" and "install" targets

---
(limited to 'build')

diff --git a/build b/build
index 2a40656..e8dbf05 100755
--- a/build
+++ b/build
@@ -4,3 +4,18 @@ include ../source.mk
 
 nop:
 	@:
+
+build:
+	oh-autoconfigure
+	oh-autobuild
+	touch $@
+
+install: build
+	oh-autoinstall
+	rm -Rf dest/usr/share/consolefonts
+	rm -Rf dest/usr/lib/kbd/consolefonts
+	rm -Rf dest/usr/lib/X11/fonts/misc
+	rm -Rf dest/usr/X11R6/lib/X11/fonts/misc
+	oh-fixperms
+	oh-strip
+	oh-installfiles
--
cgit v0.9.1