~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Ken VanDine
  • Date: 2010-06-09 16:24:31 UTC
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: ken.vandine@canonical.com-20100609162431-1l9cprck83utoarl
Build gtk-doc (LP: #422087)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
USE_GNOME2_MACROS=1 \
11
11
USE_COMMON_DOC_BUILD=yes \
12
 
. gnome-autogen.sh
 
12
gnome-autogen.sh --enable-gtk-doc
 
13