2006-01-01 14:16:55 by steve
Minor whitespace updates.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user