summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-09 04:20:55 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-09 05:28:57 -0200
commit646b83b841a4591d00223cda14ce1530ec4dbd39 (patch)
treebc079c8be5c7278a75d160daf360285d8e2a6056 /autogen.sh
parentdb74ceec8030e7e3b069c4a226b3557c6933f735 (diff)
downloadkmod-646b83b841a4591d00223cda14ce1530ec4dbd39.tar.gz
doc: add gtk-doc to generate documentation
Current limitation is horrible no support to sections: we have to to have separate header files or to maintain the libkmod-sections.txt file. We are doing the latter.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 6ba92d8..aa59f3b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,6 @@
#!/bin/sh -e
+gtkdocize --docdir libkmod/docs
autoreconf --install --symlink
MYCFLAGS="-g -O2 -Werror"