diff options
author | Gunnar Wrobel <p@rdus.de> | 2009-10-12 14:19:54 +0200 |
---|---|---|
committer | Gunnar Wrobel <p@rdus.de> | 2009-10-12 14:19:54 +0200 |
commit | a271cccf5bcdc54c0f248f1b7c78494099eea9fe (patch) | |
tree | ec7fac05f91ffa1dcdce367fa7b25342794bba01 /Makefile | |
parent | layman-1.2.3. (diff) | |
download | layman-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.tar.gz layman-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.tar.bz2 layman-a271cccf5bcdc54c0f248f1b7c78494099eea9fe.zip |
Move layman to git.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
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/ |