Page MenuHomeDevCentral

No OneTemporary

diff --git a/Makefile b/Makefile
index c87cb67..5a37440 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/* . && \
PACKAGE_TEMPLATE=../../components/package-template.json UPSECTION=../../src/upsection.py make
publish:
- upsection package.json
+ PACKAGE_TEMPLATE=components/package-template.json upsection package.json

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 02:54 (18 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255405
Default Alt Text
(1 KB)

Event Timeline