mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Adding target update-doc-sources to top-level Makefile that runs
genDocSourcesList.sh.
This commit is contained in:
parent
7cc863c5fc
commit
ea2bd659f3
3 changed files with 151 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -41,6 +41,9 @@ broxygen: configured
|
|||
broxygenclean: configured
|
||||
$(MAKE) -C $(BUILD) $@
|
||||
|
||||
update-doc-sources:
|
||||
./doc/scripts/genDocSourcesList.sh ./doc/scripts/DocSourcesList.cmake
|
||||
|
||||
dist:
|
||||
@rm -rf $(VERSION_FULL) $(VERSION_FULL).tgz
|
||||
@rm -rf $(VERSION_MIN) $(VERSION_MIN).tgz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue