Change doc/ subdir into a git submodule

The docs now live at https://github.com/zeek/zeek-docs
This commit is contained in:
Jon Siwek 2019-01-17 14:09:29 -06:00
parent 0d685efbf5
commit 2ff746fea7
693 changed files with 26 additions and 105609 deletions

View file

@ -23,15 +23,14 @@ install-aux: configured
clean: configured docclean
$(MAKE) -C $(BUILD) $@
doc: configured
$(MAKE) -C $(BUILD) $@
doc:
$(MAKE) -C doc $@
docclean: configured
$(MAKE) -C $(BUILD) $@
docclean:
(cd doc && make clean)
livehtml:
@mkdir -p build/doc/html
sphinx-autobuild --ignore "testing/*" --ignore "*.git/*" --ignore "*.lock" --ignore "*.pyc" --ignore "*.swp" --ignore "*.swpx" --ignore "*.swx" -b html ./doc ./build/doc/html
$(MAKE) -C doc $@
dist:
@test -e ../$(VERSION_FULL) && rm -ri ../$(VERSION_FULL) || true