Browse Source

Adding a meta-command push

Swaroop C H 12 years ago
parent
commit
f91499203d
1 changed files with 7 additions and 0 deletions
  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',