~ubuntu-branches/ubuntu/utopic/gtk-doc/utopic

« back to all changes in this revision

Viewing changes to tests/gtkdoctest.sh

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-02-19 10:06:14 UTC
  • mfrom: (1.2.16) (4.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140219100614-6nl7giysk333qsi5
Tags: 1.20-1ubuntu1
* Merge from debian. Remaining changes:
  - debian/control.in: Drop optional highlight dependency, which is in
    universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
suite=$1
4
4
dir=`dirname $0`
5
5
 
6
 
cd $dir/$suite/docs && gtkdoc-check
 
6
cd $dir/$suite/docs && \
 
7
env BUILDDIR=$BUILDDIR/$suite/docs SRCDIR=$SRCDIR/$suite/docs gtkdoc-check
7
8
 
8
9
# xmllint --noout --nonet --schema ../devhelp2.xsd ./bugs/docs/html/tester.devhelp2
9
10
#