From 809676e533825095cdce36980b4cce506935ccb5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 18 Apr 2006 17:25:02 -0400 Subject: Take out references to --autodiscover capability in xen-net-install (for now). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7533c04..47c9439 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: manpage manpage: - pod2man bootconf.pod > bootconf.1 + pod2man --center="bootconf" --release="" bootconf.pod > bootconf.1 -(\rm bootconf.1.gz) gzip bootconf.1 cp -f bootconf.1.gz /usr/share/man/man1 -- cgit