summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)"