From f41d68f83887eb5a13d957d8231f0e2a2e806e7f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Jun 2011 20:12:28 +0100 Subject: Fill in manpage SYNOPSIS and OPTIONS using cliapp magic. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 . -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 -- cgit v1.2.1