This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Don't automatically build docs for the sync server
default_compile_flags
vector-of-bool
4 years ago
parent
6ce2e6c5d8
commit
4ee3feaa04
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@@ -21,7 +21,8 @@ docs-server: docs
docs-watch: docs
+sh tools/docs-watch.sh
docs-sync-server: docs
docs-sync-server:
mkdir -p _build/docs
cd _build/docs && \
browser-sync start --server \
--reload-delay 300 \
Write
Preview
Loading…
Cancel
Save