When the built-in manual is disabled, we generate a function doing nothing
just to avoid making a totally empty file. Just to avoid compiler warnings.
This commit is contained in:
@@ -78,5 +78,7 @@ endif
|
|||||||
else # USE_MANUAL
|
else # USE_MANUAL
|
||||||
# built-in manual has been disabled, make a blank file
|
# built-in manual has been disabled, make a blank file
|
||||||
$(HUGE):
|
$(HUGE):
|
||||||
echo "/* explicitly disabled */" >$(HUGE)
|
echo "/* built-in manual is disabled, blank function */" > $(HUGE)
|
||||||
|
echo '#include "hugehelp.h"' >> $(HUGE)
|
||||||
|
echo "void hugehelp(void) {}" >>$(HUGE)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user