aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <p@rdus.de>2009-10-12 14:19:54 +0200
committerGunnar Wrobel <p@rdus.de>2009-10-12 14:19:54 +0200
commita271cccf5bcdc54c0f248f1b7c78494099eea9fe (patch)
treeec7fac05f91ffa1dcdce367fa7b25342794bba01 /Makefile
parentlayman-1.2.3. (diff)
downloadoverlord-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.tar.gz
overlord-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.tar.bz2
overlord-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.zip
Move layman to git.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5255230
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+.PHONY: www
+www:
+ cp trunk/layman/doc/layman.8.html www/index.html
+ rsync -rlvz --del www/ luciferc,layman@web.sourceforge.net:htdocs/
+
+.PHONY: release
+release:
+ rm -rf dist
+ cd doc && make
+ ./setup.py sdist
+ rsync -auP dist/*.tar.gz luciferc@frs.sourceforge.net:uploads/