diff --git a/doc/texinfo/sake-doc.html b/doc/texinfo/sake-doc.html index e7cffdc..2e39010 100644 --- a/doc/texinfo/sake-doc.html +++ b/doc/texinfo/sake-doc.html @@ -119,6 +119,11 @@

Table of Contents

  • 3.10 Visualization
  • +
  • 4 Advanced Sake Usage +
  • @@ -138,6 +143,8 @@

    Top

    Using Sake:  Documentation for use +• Advanced Sake Usage:  Guide to Sake’s advance features + @@ -565,7 +572,7 @@

    2.7 Updating sake

    -Previous: , Up: Top   [Contents]

    +Next: , Previous: , Up: Top   [Contents]

    3 Using Sake

    @@ -1312,7 +1319,7 @@

    3.10 Visualization

    sake visual -f somename.jpg
     

    Sake can handle the following file extentions and image formats: -(.svg, .jpg (or .jpeg), .png, .gif, .ps, .pdf) +.svg, .jpg (or .jpeg), .png, .gif, .ps, .pdf


    @@ -1325,6 +1332,23 @@

    3.10 Visualization



    +
    + +
    +

    +Previous: , Up: Top   [Contents]

    +
    + +

    4 Advanced Sake Usage

    + + +

    4.1 Using Patterns

    +

    hi +

    + +

    4.2 Using Includes

    +

    hi +


    diff --git a/doc/texinfo/sake-doc.pdf b/doc/texinfo/sake-doc.pdf index cfaf797..dcd5934 100644 Binary files a/doc/texinfo/sake-doc.pdf and b/doc/texinfo/sake-doc.pdf differ diff --git a/doc/texinfo/sake-doc.texi b/doc/texinfo/sake-doc.texi index 4e4e326..df10279 100644 --- a/doc/texinfo/sake-doc.texi +++ b/doc/texinfo/sake-doc.texi @@ -53,6 +53,7 @@ except that this permission notice be translated properly. * Introduction:: Introduction to Sake * Installation:: Installing Sake * Using Sake:: Documentation for use +* Advanced Sake Usage:: Guide to Sake's advance features @end menu @c -------------------------------------------------------------------- @@ -513,7 +514,7 @@ and run the installation command again. @c -------------------------------------------------------------------- -@node Using Sake, , Installation, Top +@node Using Sake, Advanced Sake Usage, Installation, Top @chapter Using Sake @c ----------------------- @@ -1303,7 +1304,7 @@ of the dependency network, use: sake visual -f somename.jpg @end example Sake can handle the following file extentions and image formats: -(.svg, .jpg (or .jpeg), .png, .gif, .ps, .pdf) +.svg, .jpg (or .jpeg), .png, .gif, .ps, .pdf @* @@ -1317,6 +1318,19 @@ The Sakefile in the example above will yield a visualization like this: @* @c ----------------------- +@c -------------------------------------------------------------------- +@node Advanced Sake Usage, , Using Sake, Top +@chapter Advanced Sake Usage + +@c ----------------------- +@section Using Patterns +hi +@c ----------------------- + +@section Using Includes +hi +@c ----------------------- + @c -------------------------------------------------------------------- @bye diff --git a/sakelib/constants.py b/sakelib/constants.py index feac911..069f2d2 100644 --- a/sakelib/constants.py +++ b/sakelib/constants.py @@ -39,7 +39,7 @@ from __future__ import print_function # Version number -VERSION = "0.9.4.9.6" +VERSION = "0.9.4.9.7" # Name of application NAME = 'master-sake'