Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

doc: add zip target to Makefile

Changeset 5875e3e16b1b

Parent 573b0553c109

by Steve Borho

Changes to one file · Browse files at 5875e3e16b1b Showing diff from parent 573b0553c109 Diff from another changeset...

Change 1 of 1 Show Entire File doc/​Makefile Stacked
 
32
33
34
 
 
 
35
36
37
 
32
33
34
35
36
37
38
39
40
@@ -32,6 +32,9 @@
  @echo   @echo "Build finished. The HTML pages are in build/html."   +zip: html + (cd build ; zip TortoiseHg.html.zip -r html) +  pickle:   mkdir -p build/pickle build/doctrees   $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) build/pickle