--- numactl-0.9.11/Makefile.orig 2007-04-03 13:44:54.000000000 +0200 +++ numactl-0.9.11/Makefile 2007-04-03 13:46:21.000000000 +0200 @@ -140,12 +140,13 @@ html: ${HTML} -html/numactl.html: numactl.8 +htmldir: if [ ! -d html ] ; then mkdir html ; fi + +html/numactl.html: numactl.8 htmldir groff -Thtml -man numactl.8 > html/numactl.html -html/numa.html: numa.3 - if [ ! -d html ] ; then mkdir html ; fi +html/numa.html: numa.3 htmldir groff -Thtml -man numa.3 > html/numa.html depend: .depend