1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/sh set -e if type -p gtkdocize > /dev/null; then gtkdocize --docdir docs gtkdocargs=--enable-gtk-doc fi aclocal && \ autoheader && \ autoconf && \ libtoolize --copy && \ automake --add-missing --copy