projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
acf3e38
)
Makefile: fix installation after the code restructuring
author
Antonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 20:57:38 +0000
(21:57 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 20:57:38 +0000
(21:57 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4625aa8
..
7937d41
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,9
+21,10
@@
installdocs: docs
install: installdocs
install -d $(DESTDIR)$(TWEEPER_DIR)
install: installdocs
install -d $(DESTDIR)$(TWEEPER_DIR)
- install -m644 *.xsl $(DESTDIR)$(TWEEPER_DIR)
install -m644 *.php $(DESTDIR)$(TWEEPER_DIR)
install -m755 tweeper $(DESTDIR)$(TWEEPER_DIR)
install -m644 *.php $(DESTDIR)$(TWEEPER_DIR)
install -m755 tweeper $(DESTDIR)$(TWEEPER_DIR)
+ install -d $(DESTDIR)$(TWEEPER_DIR)/src
+ install -m644 src/* $(DESTDIR)$(TWEEPER_DIR)/src
install -d $(DESTDIR)$(BIN_DIR)
ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper
@echo -e "\n\nINSTALLATION COMPLETE"
install -d $(DESTDIR)$(BIN_DIR)
ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper
@echo -e "\n\nINSTALLATION COMPLETE"