summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3910d291..f56ce59a 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,10 @@ $(USR_BIN_PATH)/*" \
cd - >/dev/null; \
rm REVISION packaging/rpm/openslx-filelist
+release-tarball:
+ @export OPENSLX_SVN_SNAPSHOT=0; \
+ make tarball
+
install:
@echo "Checking installation requirements..."; \
echo $$(date) >${SLX_INSTALL_LOG}; \