summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-21 15:56:09 -0400
committerJim Meyering <jim@meyering.net>2006-04-21 15:56:09 -0400
commit2915377b9adb05e5ac327e27097c0cfb5705be8f (patch)
treea62174c8ceae6719691610321587ae0c18796ca7 /Makefile
parent790c507d51e81402c7d0cceb5900ba319837c7bd (diff)
downloadthird_party-cobbler-2915377b9adb05e5ac327e27097c0cfb5705be8f.tar.gz
third_party-cobbler-2915377b9adb05e5ac327e27097c0cfb5705be8f.tar.xz
third_party-cobbler-2915377b9adb05e5ac327e27097c0cfb5705be8f.zip
re-naming bootconf since a grub configurator stole my name this month.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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)"