diff options
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom index 0cc40a667..d0aff3799 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -143,3 +143,5 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS)) | |||
143 | .PHONY: html | 143 | .PHONY: html |
144 | html: $(syn) | 144 | html: $(syn) |
145 | synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ | 145 | synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ |
146 | |||
147 | -include $(srctree)/Makefile.local | ||