Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239013
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
989 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index aeadc6c..dc3e41a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,31 +1,31 @@
COMPONENTS_DIR=/usr/local/share/upsection
BIN_DIR=/usr/local/bin
MKDIR=mkdir -p
INSTALL_BIN=install -m 755
INSTALL_SHARE=install -m 644
# -------------------------------------------------------------
# Main targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
all:
# Nothing to build
install:
${MKDIR} ${COMPONENTS_DIR} ${BIN_DIR}
${INSTALL_BIN} src/upsection.py ${BIN_DIR}/upsection
${INSTALL_SHARE} components/* ${COMPONENTS_DIR}
# -------------------------------------------------------------
# Development and maintenance targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
test:
- cd tests/site
- cp ../../config.yml .
- cp -Rp ../../template/* .
- make
+ cd tests/site && \
+ cp ../../config.yml . && \
+ cp -Rp ../../template/* . && \
+ make
publish:
upsection package.json
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Oct 11, 20:05 (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063872
Default Alt Text
(989 B)
Attached To
Mode
rUPSECTION Upsection
Attached
Detach File
Event Timeline
Log In to Comment