summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
commitbe10c5605d5376a8c5c14a3be5b306bb951fd0f2 (patch)
treeb91b754cca3707cb65c30716d6ecc838c4a93532 /Makefile
parent17ffb1ded3928943abfad248e12240868678ac3f (diff)
downloadthird_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.gz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.xz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.zip
Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work TBA.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa14401..4d162f3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ test: install
build: clean messages
python setup.py build -f
-install: clean
+install: clean manpage
python setup.py install -f
sdist: clean messages