mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-25 01:59:47 +02:00
Add Booklet front end
This commit is contained in:
6
doc/Makefile
Normal file
6
doc/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
copyfiles = views controllers router.lua assets
|
||||
|
||||
main:
|
||||
- mkdir $(BUILDDIR)
|
||||
cp -rvf $(copyfiles) $(BUILDDIR)
|
||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
Reference in New Issue
Block a user