aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
commitc47f33a498f9c824a48c23987b312b3176602f7f (patch)
tree56d87b528c9149fbdcb6d286feb4a897a65b41cd /autogen.sh
parentInitial revamping of the build system (diff)
downloadeudev-c47f33a498f9c824a48c23987b312b3176602f7f.tar.gz
eudev-c47f33a498f9c824a48c23987b312b3176602f7f.tar.bz2
eudev-c47f33a498f9c824a48c23987b312b3176602f7f.zip
Second step of revamping the build system
The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain.
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 a4d6b8eaa..6a9e1ec50 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,4 +6,5 @@ aclocal && \
autoheader && \
autoconf && \
libtoolize --copy && \
+gtkdocize --docdir docs && \
automake --add-missing --copy