浏览代码

Clean up the web server directories before copying the documentation there.

tags/v0.99.beta16
Sam Hocevar sam 16 年前
父节点
当前提交
08aa3bac3f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Makefile.am

+ 1
- 0
Makefile.am 查看文件

@@ -17,6 +17,7 @@ upload-source: FORCE
scp $(distdir).tar.gz $(webhost):$(webdir)/files/

upload-doc: doc/html FORCE
ssh $(webhost) rm -f '$(webdir)/manual/*'
scp -r doc/html/* $(webhost):$(webdir)/manual/

fonts: tools/makefont


正在加载...
取消
保存