1
0
mirror of synced 2026-05-05 15:53:45 +00:00

2006-01-01 14:16:55 by steve

Minor whitespace updates.
This commit is contained in:
steve
2006-01-01 14:16:55 +00:00
parent 62b1b7471d
commit 3c12a34dd1

View File

@@ -5,7 +5,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.30 2005-12-25 20:20:06 steve Exp $
# $Id: Makefile,v 1.31 2006-01-01 14:16:55 steve Exp $
#
@@ -90,6 +90,7 @@ manpages:
for i in xen-*; do pod2man --release=${VERSION} --official --section=8 $$i man/$$i.8; done
for i in man/*.8; do gzip --force -9 $$i; done
manpages-html:
for i in xen-*; do pod2html $$i > man/$$i.html; done
@@ -106,7 +107,6 @@ release: update-version clean changelog manpages
gpg --armour --detach-sign $(BASE)-$(VERSION).tar.gz
test:
@perl -MTest::Harness -e '$$Test::Harness::verbose=0; runtests @ARGV;' tests/*.t