Skip to content
Snippets Groups Projects
Commit 786c024c authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

install target added

Rev: tutorial/Makefile:1.19
parent d0ee59f8
Branches
Tags
No related merge requests found
...@@ -5,6 +5,7 @@ all: tutorial.html tutorial_onepage.html ...@@ -5,6 +5,7 @@ all: tutorial.html tutorial_onepage.html
SRCFILES=tutorial.wmml Image.wmml Mysql.wmml SRCFILES=tutorial.wmml Image.wmml Mysql.wmml
pike=pike pike=pike
DESTINATION=/usr/local/share/pike/tutorial/
.DUMMY: .DUMMY:
...@@ -37,7 +38,10 @@ clean: ...@@ -37,7 +38,10 @@ clean:
rebuild: rebuild:
-rm Image.wmml Mysql.wmml -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: export:
tar czvTf tutorial.files tutorial.tar.gz tar czvTf tutorial.files tutorial.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment