From 2915377b9adb05e5ac327e27097c0cfb5705be8f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 21 Apr 2006 15:56:09 -0400 Subject: re-naming bootconf since a grub configurator stole my name this month. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47c9439..ad90129 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ all: manpage manpage: - pod2man --center="bootconf" --release="" bootconf.pod > bootconf.1 - -(\rm bootconf.1.gz) - gzip bootconf.1 - cp -f bootconf.1.gz /usr/share/man/man1 + pod2man --center="cobbler" --release="" cobbler.pod > cobbler.1 + -(\rm cobbler.1.gz) + gzip cobbler.1 + cp -f cobbler.1.gz /usr/share/man/man1 install: echo "(install not implemented)" -- cgit