aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorunknown <unknown>2002-01-11 11:59:54 (GMT)
committerunknown <unknown>2002-01-11 11:59:54 (GMT)
commit61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch)
treef0b87676e95070afee163f76902efd0c4d5b5fe6 /doc/Makefile.in
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
parenta3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff)
downloadfluxbox_pavel-Release-0_1_6.zip
fluxbox_pavel-Release-0_1_6.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'doc/Makefile.in')
-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 \