kmscon/autogen.sh
David Herrmann ac2ad45270 build: add gtk-doc
This adds gtk-doc documentation builds to kmscon. All documentation is
build in a central place due to gtk-doc restrictions.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-06-23 20:09:19 +02:00

6 lines
107 B
Bash
Executable File

#!/bin/sh
mkdir -p m4/
gtkdocize || exit 1
autoreconf -i || exit 1
./configure --enable-debug $* || exit 1