From eb69388b8074a33c89b4583887e7f16f35f91d89 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 2 Aug 2011 16:41:07 +0100 Subject: Add fsck-larch manpage. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3baff58..5b60519 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,12 @@ # along with this program. If not, see . -all: +all: fsck-larch.1 $(MAKE) -C doc html +fsck-larch.1: fsck-larch.1.in fsck-larch + ./fsck-larch --generate-manpage=fsck-larch.1.in > fsck-larch.1 + check: python -m CoverageTestRunner --ignore-missing-from=without-tests rm .coverage @@ -27,4 +30,5 @@ check: clean: rm -f .coverage *.py[co] larch/*.py[co] insert.prof lookup.prof rm -rf build tempdir larch.log example.tree + rm -f fsck-larch.1 $(MAKE) -C doc clean -- cgit v1.2.1