Przeglądaj źródła

Adding a meta-command push

Swaroop C H 12 lat temu
rodzic
commit
f91499203d
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      fabfile.py

+ 7 - 0
fabfile.py

@@ -349,6 +349,13 @@ def pdf():
 
 
 @task
+def push():
+    wp()
+    epub()
+    pdf()
+
+
+@task
 def docx():
     """OOXML document format."""
     args = ['pandoc',