diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-12 12:43:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 12:43:31 +0100 |
| commit | a360670bce2e8996ea8e4da5176e695c51cbf01f (patch) | |
| tree | 425505d73d2eb8c57299efeb32e61f7dfd285775 /Makefile | |
| parent | e959c1da15180a4a4b8399d6cd9a2057a1749e4d (diff) | |
| parent | e514f728cd48478e88543f6e9e5c6c9423b8e0df (diff) | |
| download | vyos-1x-a360670bce2e8996ea8e4da5176e695c51cbf01f.tar.gz vyos-1x-a360670bce2e8996ea8e4da5176e695c51cbf01f.zip | |
Merge pull request #5180 from jestabro/override-help-text
T8360: add XML preprocessor to allow overriding help element
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ interface_definitions: libvyosconfig $(config_xml_obj) rm -rf $(TMPL_DIR); mkdir -p $(TMPL_DIR) $(CURDIR)/scripts/override-default $(BUILD_DIR)/interface-definitions + $(CURDIR)/scripts/override-help $(BUILD_DIR)/interface-definitions find $(BUILD_DIR)/interface-definitions -type f -name "*.xml" | xargs -I {} $(CURDIR)/scripts/build-command-templates {} $(CURDIR)/schema/interface_definition.rng $(TMPL_DIR) || exit 1 |
