summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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-*