summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Huijsmans <jbhuijsmans@home.nl>2003-05-15 18:11:03 +0000
committerJasper Huijsmans <jbhuijsmans@home.nl>2003-05-15 18:11:03 +0000
commit645790037414f919cd48f9b7d79449b6bd841a52 (patch)
tree5a880b2161951e075d1d32e63973eaa83528bbd5
parenta1f905f77a0913a4689fa61391f4467288757cb7 (diff)
downloadxfwm4-645790037414f919cd48f9b7d79449b6bd841a52.tar.gz
Forgot to add the doc directory to Makefile.am
(Old svn revision: 11113)
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index bcddc7e1c..f253f5cc8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ noinst_DATA = example.xfwm4rc
EXTRA_DIST = example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec
-SUBDIRS = po src mcs-plugin defaults themes
+SUBDIRS = po doc src mcs-plugin defaults themes
distclean-local:
rm -rf example.xfwm4rc xfwm4.spec *.cache
diff --git a/Makefile.in b/Makefile.in
index f45ef782f..598636d70 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -168,7 +168,7 @@ noinst_DATA = example.xfwm4rc
EXTRA_DIST = example.xfwm4rc.in example.gtkrc-2.0 xfwm4.spec
-SUBDIRS = po src mcs-plugin defaults themes
+SUBDIRS = po doc src mcs-plugin defaults themes
ACLOCAL_AMFLAGS = -I m4
subdir = .
@@ -209,7 +209,7 @@ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/debug.m4 m4/depends.m4 m4/i18n.m4 m4/X11.m4
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
config.h: stamp-h1