summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a92fe9..85189d3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,17 @@ manpage:
test: install
python tests/tests.py
-rm -rf /tmp/_cobbler-*
-
build: clean updatewui messages
python setup.py build -f
install: clean manpage
python setup.py install -f
+devinstall:
+ cp /var/lib/cobbler/settings /tmp/cobbler_settings
+ make install
+ cp /tmp/cobbler_settings /var/lib/cobbler/settings
+
sdist: clean messages updatewui
python setup.py sdist