You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PACKAGE_VERSION = `/bin/fgrep GK_V= genkernel | sed "s/.*GK_V='\([^']\+\)'/\1/"`
|
|
|
|
genkernel.8: doc/genkernel.8.txt doc/asciidoc.conf Makefile
|
|
a2x --conf-file=doc/asciidoc.conf --attribute="genkernelversion=$(PACKAGE_VERSION)" \
|
|
--format=manpage -D . "$<"
|
|
|
|
clean:
|
|
rm -f genkernel.8
|