1 Apr
2007
1 Apr
'07
5:03 p.m.
Alan DeKok wrote:
Nicolas Baradakis wrote: ...
+ifeq ($(docdir),no) +install: + @echo 'Documentation files will NOT be installed.' +else
I'd prefer not to have multiple install targets... even if they're wrapped with 'ifeq'. Sort of like how #ifdef's in the code should be avoided.
Indeed, you're right. If it turns out that the patch is useful for the FreeBSD port, I'll modify the Makefile like you suggested. -- Nicolas Baradakis