summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-06 18:40:55 -0400
committerJim Meyering <jim@meyering.net>2006-04-06 18:40:55 -0400
commit828103b6c8fb975c4ec85e6b30ec3de12d37b8fc (patch)
tree63f0f24c9763666f60c243838856ad7eddc7197d /Makefile
parentecdf6cbd431de42756f3928b883854d36367b634 (diff)
downloadthird_party-cobbler-828103b6c8fb975c4ec85e6b30ec3de12d37b8fc.tar.gz
third_party-cobbler-828103b6c8fb975c4ec85e6b30ec3de12d37b8fc.tar.xz
third_party-cobbler-828103b6c8fb975c4ec85e6b30ec3de12d37b8fc.zip
Misc 'TODO' items. This build has been tested somewhat but needs more. Man page now reflects new capabilities and optional parameters, including per-group, per-system, and per-distro kernel parameter customization.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e6e435..7533c04 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,9 @@ all: manpage
manpage:
pod2man bootconf.pod > bootconf.1
+ -(\rm bootconf.1.gz)
gzip bootconf.1
- cp bootconf.1.gz /usr/share/man/man1
+ cp -f bootconf.1.gz /usr/share/man/man1
install:
echo "(install not implemented)"