aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-04 21:21:43 (GMT)
committerfluxgen <fluxgen>2002-01-04 21:21:43 (GMT)
commitbec0065e4a5a4d0c487bd47ec208b9d30a7b9399 (patch)
tree916d78b2c52f6f4241d7a50ece648e96d16e0ea9 /doc
parent502f1a959cf14691097d2fcdefc5afdcf8e706d5 (diff)
downloadfluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.zip
fluxbox-bec0065e4a5a4d0c487bd47ec208b9d30a7b9399.tar.bz2
pekdon patch
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 0fc570b..4853c2c 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -107,9 +107,9 @@ GZIP_ENV = --best
107all: all-redirect 107all: all-redirect
108.SUFFIXES: 108.SUFFIXES:
109$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 109$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile 110 cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
111 111
112Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 112Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
113 cd $(top_builddir) \ 113 cd $(top_builddir) \
114 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 114 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115 115
@@ -161,6 +161,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
161subdir = doc 161subdir = doc
162 162
163distdir: $(DISTFILES) 163distdir: $(DISTFILES)
164 here=`cd $(top_builddir) && pwd`; \
165 top_distdir=`cd $(top_distdir) && pwd`; \
166 distdir=`cd $(distdir) && pwd`; \
167 cd $(top_srcdir) \
168 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
164 @for file in $(DISTFILES); do \ 169 @for file in $(DISTFILES); do \
165 d=$(srcdir); \ 170 d=$(srcdir); \
166 if test -d $$d/$$file; then \ 171 if test -d $$d/$$file; then \