summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-02 16:41:07 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-02 16:41:07 +0100
commiteb69388b8074a33c89b4583887e7f16f35f91d89 (patch)
treec7b4a15358a40058ab6250474126ef64cb48e830 /Makefile
parentd4c26863165161a9d28367b84ceec768c7eceead (diff)
downloadlarch-eb69388b8074a33c89b4583887e7f16f35f91d89.tar.gz
Add fsck-larch manpage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-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