summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-08 14:06:41 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-08 14:06:41 -0400
commit066b6fd14f91959ff7272d1303ccab273d61ff6a (patch)
treebffb260b2ae6e8c03d5679bf0b654fdc8fc2b3f2 /Makefile
parent874512b0792ad4d33020642e710e9f9df1c446ca (diff)
downloadthird_party-cobbler-066b6fd14f91959ff7272d1303ccab273d61ff6a.tar.gz
third_party-cobbler-066b6fd14f91959ff7272d1303ccab273d61ff6a.tar.xz
third_party-cobbler-066b6fd14f91959ff7272d1303ccab273d61ff6a.zip
Put cobbler website under version control, some changes still TBA
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 769bbb0..72f8042 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ clean:
manpage:
pod2man --center="cobbler" --release="" ./docs/cobbler.pod | gzip -c > ./docs/cobbler.1.gz
pod2html ./docs/cobbler.pod > ./docs/cobbler.html
-
+ cp ./docs/cobbler.html ./website/new/
+
test:
python tests/tests.py
-rm -rf /tmp/_cobbler-*