mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixing top-level Makefile target 'doc-clean' (now 'docclean')
This commit is contained in:
parent
5cd6394916
commit
80143e72ba
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -23,13 +23,13 @@ install: configured
|
|||
|
||||
clean: configured
|
||||
( cd $(BUILD) && make clean )
|
||||
( cd $(BUILD) && make doc-clean )
|
||||
( cd $(BUILD) && make docclean && make restclean )
|
||||
|
||||
doc: configured
|
||||
( cd $(BUILD) && make doc )
|
||||
|
||||
doc-clean: configured
|
||||
( cd $(BUILD) && make doc-clean )
|
||||
docclean: configured
|
||||
( cd $(BUILD) && make docclean && make restclean )
|
||||
|
||||
dist: cmake_version
|
||||
# Minimum Bro source package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue