~noskcaj/ubuntu/utopic/gtk-doc/1.21

« back to all changes in this revision

Viewing changes to gtkdocize.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-07-02 14:36:38 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20130702143638-9do06zrjae88w70r
Tags: 1.19-0ubuntu1
* New upstream release
* debian/control:
  - Build-depend on yelp-tools
* debian/patches/01_type_init.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
case "$flavour" in
90
90
  legacy*)
91
91
    ;;
 
92
  legacy-flat*)
 
93
    makefile=gtk-doc.flat.make
 
94
    ;;
92
95
  no-tmpl*)
93
96
    makefile=gtk-doc.notmpl.make
94
97
    ;;
 
98
  no-tmpl-flat*)
 
99
    makefile=gtk-doc.notmpl-flat.make
 
100
    ;;
95
101
  *)
96
102
    echo "$progname: invalid value for --flavour" 1>&2
97
103
    echo "$usage" 1>&2