From ecdf6cbd431de42756f3928b883854d36367b634 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 6 Apr 2006 16:23:51 -0400 Subject: Intermediate checkin. Working on various TODO features including inheritable kernel options, moving kickstarts to URLs, improved listing, etc. This commit breaks some things that will be fixed shortly... --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4e6e435 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: manpage + +manpage: + pod2man bootconf.pod > bootconf.1 + gzip bootconf.1 + cp bootconf.1.gz /usr/share/man/man1 + +install: + echo "(install not implemented)" -- cgit