You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -f docs/Makefile ]; then $(MAKE) -C docs clean; fi
.PHONY: docs
docs:
if [ ! -f docs/Makefile ]; then git submodule init && git submodule update; fi
mkdir -p docs/sources
if [ ! -d docs/sources/ug-tools ]; then cp -r ug-tools docs/sources; fi
if [ ! -d docs/sources/syndicate-core ]; then cd docs/sources && git config --global http.sslVerify false && git clone https://github.com/syndicate-storage/syndicate-core; fi
cd docs && ./scrapedocs syndicate-ug-tools/ug-tools