From 786c024ca4537cb56fc626094cdd36b92f149848 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 17 Nov 1998 22:23:59 -0800
Subject: [PATCH] install target added

Rev: tutorial/Makefile:1.19
---
 tutorial/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 4deb1ad7b4..798e7bf36e 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -5,6 +5,7 @@ all: tutorial.html tutorial_onepage.html
 SRCFILES=tutorial.wmml Image.wmml Mysql.wmml
 
 pike=pike
+DESTINATION=/usr/local/share/pike/tutorial/
 
 .DUMMY: 
 
@@ -37,7 +38,10 @@ clean:
 
 rebuild:
 	-rm Image.wmml Mysql.wmml
-	make pike="$(pike)" Image.wmml Mysql.wmml all
+	make pike="$(pike)" Image.wmml Mysql.wmml tutorial.html
+
+install:
+	cp `cat tutorial.files` $(DESTINATION)
 
 export:
 	tar czvTf tutorial.files tutorial.tar.gz 
-- 
GitLab