pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f38c2f4
)
fixed build error, #87
author
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 20:51:51 +0000
(22:51 +0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 20:51:51 +0000
(22:51 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
33271c2
..
9c63e0a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-61,6
+61,7
@@
clean:
install:
install -d $(DESTDIR)$(PREFIX)/bin
install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
install:
install -d $(DESTDIR)$(PREFIX)/bin
install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/bin/$(TARGET)
+ install -d $(DESTDIR)$(PREFIX)/share/man/man1
install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1
uninstall:
install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1
uninstall: