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>
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p m4/
|
|
gtkdocize || exit 1
|
|
autoreconf -i || exit 1
|
|
./configure --enable-debug $* || exit 1
|