Update actions.py
This commit is contained in:
@@ -13,6 +13,7 @@ from pisi.actionsapi import get
|
|||||||
def build():
|
def build():
|
||||||
shelltools.system("python bootstrap.py")
|
shelltools.system("python bootstrap.py")
|
||||||
shelltools.system("asciidoc doc/manual.asciidoc")
|
shelltools.system("asciidoc doc/manual.asciidoc")
|
||||||
|
shelltools.system("emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el")
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
#needs new package gtest -> ignore it for now
|
#needs new package gtest -> ignore it for now
|
||||||
@@ -27,4 +28,4 @@ def install():
|
|||||||
|
|
||||||
pisitools.dodoc("HACKING.md", "COPYING", "RELEASING", "README", "doc/manual.asciidoc")
|
pisitools.dodoc("HACKING.md", "COPYING", "RELEASING", "README", "doc/manual.asciidoc")
|
||||||
|
|
||||||
pisitools.dohtml("doc/manual.html")
|
pisitools.dohtml("doc/manual.html")
|
||||||
|
|||||||
Reference in New Issue
Block a user