diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 00000000000..80946074755 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,4 @@ +all: + @(cd ../dist && sh s_docs -t) + +.PHONY: all |