forked from mirrors/treebird
Makefile changes
FossilOrigin-Name: d3ad3f92b2cb9c3c9d9fe1dc339c0edbf0e7a1e8fdd1c9605d3a2ca1e1c9e27d
This commit is contained in:
parent
801b520579
commit
c01d190fd8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -142,9 +142,9 @@ $(PAGES_DIR)/account_sidebar.chtml: $(PAGES_DIR)/account_sidebar.html
|
|||
$(PAGES_DIR)/about.chtml: $(PAGES_DIR)/about.html
|
||||
./filec $< data_about_html > $@
|
||||
|
||||
|
||||
$(MASTODONT_DIR):
|
||||
fossil clone $(MASTODONT_URL) || true
|
||||
cd ..; fossil clone $(MASTODONT_URL) || true
|
||||
cd treebird; ln -s ../mastodont-c .
|
||||
|
||||
install: $(TARGET)
|
||||
install -m 755 treebird $(PREFIX)/bin/
|
||||
|
|
Loading…
Reference in a new issue