1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00

finish the info client

This commit is contained in:
Xuan Sang LE
2018-02-21 19:04:26 +01:00
parent 0869ca9bf5
commit f94d2ffa50
17 changed files with 2717 additions and 197 deletions

10
grs/Makefile Normal file
View File

@ -0,0 +1,10 @@
BUILDDIR = ../build/grs
copyfiles = font-awesome.css fonts images showdown.min.js ubuntu-regular.css mainsite.css hermit-light.css
main:
- mkdir $(BUILDDIR)
cp -rf $(copyfiles) $(BUILDDIR)
- cd $(BUILDDIR) && ln -s ../os/resources/themes/antos/fonts/ ./gfonts && ln -s ../os/scripts/ ./gscripts
clean:
rm -rf $(BUILDDIR)/*