|
@@ -12,8 +12,11 @@ MANUAL_RESOURCES = $(TOPDIR)/docs/images
|
|
# should not be included in the manual.
|
|
# should not be included in the manual.
|
|
define MANUAL_GEN_LISTS
|
|
define MANUAL_GEN_LISTS
|
|
$(Q)$(call MESSAGE,"Updating the manual lists...")
|
|
$(Q)$(call MESSAGE,"Updating the manual lists...")
|
|
- $(Q)BR2_DEFCONFIG="" TOPDIR=$(TOPDIR) O=$(@D) \
|
|
|
|
|
|
+ $(Q)$(COMMON_CONFIG_ENV) \
|
|
|
|
+ BR2_DEFCONFIG="" \
|
|
BR2_EXTERNAL=$(TOPDIR)/support/dummy-external \
|
|
BR2_EXTERNAL=$(TOPDIR)/support/dummy-external \
|
|
|
|
+ TOPDIR=$(TOPDIR) \
|
|
|
|
+ O=$(@D) \
|
|
python -B $(TOPDIR)/support/scripts/gen-manual-lists.py
|
|
python -B $(TOPDIR)/support/scripts/gen-manual-lists.py
|
|
endef
|
|
endef
|
|
MANUAL_POST_RSYNC_HOOKS += MANUAL_GEN_LISTS
|
|
MANUAL_POST_RSYNC_HOOKS += MANUAL_GEN_LISTS
|