From 5ce8d30439463838f845c78bc926cc9b310a8743 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jan 2009 17:30:08 +0000 Subject: imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm) --- help-boot/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 help-boot/Makefile (limited to 'help-boot/Makefile') diff --git a/help-boot/Makefile b/help-boot/Makefile new file mode 100644 index 0000000..be62ce8 --- /dev/null +++ b/help-boot/Makefile @@ -0,0 +1,20 @@ +BINDIR = $(shell [ -x ../../../gfxboot ] && echo ../../../ ) +GFXBOOT = $(BINDIR)gfxboot +PRODUCT = $(shell perl -ne 'print if s/^product=//' ../config) +HELPFILES = $(addsuffix .hlp, $(shell for i in * ; do [ -d $$i ] && echo $$i ; done)) + +HELPSRC = opt* +HELPNAVI = navi +ENTITIES = product='$(PRODUCT)' fkey_help=F1 fkey_lang=F2 fkey_profile=F3 + +%.hlp: % + $(GFXBOOT) --help-create $@ --define $(ENTITIES) --navi $