mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
doc: also build docs when building everything else
Before this change `make` would build everything but the docs. They would be built during `make install` which is unexpected. Add a dependency to `doc-all` to the `default` target so that docs are build together with the rest of the programs. Leave the `install-data` as is, to still build the docs if they are not built yet during install. Changelog-None
This commit is contained in:
parent
205f9d814d
commit
8adbd4d31e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -209,7 +209,7 @@ ifeq ($(HAVE_POSTGRES),1)
|
|||
LDLIBS += -lpq
|
||||
endif
|
||||
|
||||
default: all-programs all-test-programs
|
||||
default: all-programs all-test-programs doc-all
|
||||
|
||||
ccan/config.h: config.vars configure ccan/tools/configurator/configurator.c
|
||||
./configure --reconfigure
|
||||
|
|
Loading…
Add table
Reference in a new issue