aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 \