3163ad4783
Added full GtkDoc support Fixed code comment blocks Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
10 lines
153 B
Bash
Executable File
10 lines
153 B
Bash
Executable File
#! /bin/sh
|
|
|
|
mkdir m4 &> /dev/null
|
|
gtkdocize || exit 1
|
|
autoheader || exit 1
|
|
aclocal || exit 1
|
|
autoconf || exit 1
|
|
automake --add-missing --copy || exit 1
|
|
|