summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1b09206
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+.PHONY: doc
+doc:
+ $(MAKE) -C doc
+
+.PHONY: dist
+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/