summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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