diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2011-02-08 04:16:32 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2011-02-08 04:36:36 +0100 |
commit | 52140908a6b046af3e28071eb1129e578b6ff6c8 (patch) | |
tree | 689de6b8996bf994a8eea8060d40ec30edc6e2a7 | |
parent | Makefile: Remove target "www" (diff) | |
download | layman-52140908a6b046af3e28071eb1129e578b6ff6c8.tar.gz layman-52140908a6b046af3e28071eb1129e578b6ff6c8.tar.bz2 layman-52140908a6b046af3e28071eb1129e578b6ff6c8.zip |
Makefile: Add target "website" to ease uploading the latest man page to layman.sf.net
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,3 +6,10 @@ doc: dist: doc rm -rf dist MANIFEST ./setup.py sdist + +.PHONY: website +website: doc + # Upload HTML version of the man page to http://layman.sf.net/ + # Please run this for each release + # https://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web#ConnectionSettings + scp doc/docbook-xsl.css doc/layman.8.html dol-sen,layman@web.sourceforge.net:/home/groups/l/la/layman/htdocs/ |