~sergei.glushchenko/percona-pam-for-mysql/BT32086-bug1160348

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Hrvoje Matijakovic
  • Date: 2012-06-26 10:04:56 UTC
  • mfrom: (26.1.1 theme-makefile)
  • Revision ID: hrvoje.matijakovic@percona.com-20120626100456-u069jm7s5m9c4mmz
*mergedĀ lp:~hrvojem/percona-pam-for-mysql/theme-makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        -rm -rf $(BUILDDIR)/*
38
38
 
39
39
html:
 
40
        @echo "Downloading percona-theme ..."
 
41
        @wget -O percona-theme.tar.gz http://percona.com/docs/theme/percona-pam-for-mysql
 
42
        @echo "Extracting theme."
 
43
        @tar -zxf percona-theme.tar.gz
 
44
        @rm -rf source/percona-theme
 
45
        @mv percona-theme source/percona-theme
 
46
        @rm percona-theme.tar.gz
 
47
        @echo "Building html doc"
 
48
 
40
49
        $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
41
50
        @echo
42
51
        @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."