From 30d26a3e234d3229e128c977b7aeefdc425ad910 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 13 Sep 2007 18:28:28 -0400 Subject: Adds edit capability to distro and profile objects, plus some random hacking on the WebUI. Also adds delete checkboxes that are currently not implemented. --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d162f3..7a92fe9 100644 --- a/Makefile +++ b/Makefile @@ -17,13 +17,13 @@ test: install python tests/tests.py -rm -rf /tmp/_cobbler-* -build: clean messages +build: clean updatewui messages python setup.py build -f install: clean manpage python setup.py install -f -sdist: clean messages +sdist: clean messages updatewui python setup.py sdist messages: cobbler/*.py @@ -55,3 +55,8 @@ srpm: manpage sdist --define "_sourcedir %{_topdir}" \ -bs --nodeps cobbler.spec +updatewui: + cheetah-compile ./webui_templates/master.tmpl + -(rm ./webui_templates/*.bak) + mv ./webui_templates/master.py ./cobbler/webui + -- cgit