summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-11 20:12:28 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-11 20:12:28 +0100
commitf41d68f83887eb5a13d957d8231f0e2a2e806e7f (patch)
tree3bfad682a5f5a6d09f0d23b50d4932189bf7c09c /Makefile
parent53f0eabae5ce9514ced62cea4568ddbe9d2a2fe0 (diff)
downloadsummain-f41d68f83887eb5a13d957d8231f0e2a2e806e7f.tar.gz
Fill in manpage SYNOPSIS and OPTIONS using cliapp magic.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4db3341..3d07544 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,14 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-all:
+all: summain.1
+
+summain.1: summain.1.in
+ python summain --generate-manpage=summain.1.in > summain.1
check:
python -m CoverageTestRunner
rm .coverage
clean:
- rm -f *.pyc .coverage
+ rm -f *.pyc .coverage summain.1