Skip to content

Commit afa0860

Browse files
author
Anna Ivanova
committed
Add install examples in install target
1 parent d3fb870 commit afa0860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ BUILD=./build
77
LIBS=./libs
88
DIST=./dist
99
SRC=./src
10+
EXAMPLES=./examples
1011

1112
XMLIN=$(SRC)/fxml
1213
XMLOUT=$(BUILD)/fxml
@@ -41,4 +42,6 @@ pack:
4142

4243
install:
4344
mkdir -p $(DESTDIR)$(PREFIX)/bin
45+
mkdir -p $(DESTDIR)$(PREFIX)/share/NoticEditor/examples
4446
install -m 0755 dist/NoticEditor.jar $(DESTDIR)$(PREFIX)/bin/noticed.jar
47+
install -m 0755 $(EXAMPLES)/Earth.zip $(DESTDIR)$(PREFIX)/share/NoticEditor/examples/Earth.zip

0 commit comments

Comments
 (0)