summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2000-07-29 02:02:54 +0000
committerBruno Haible <bruno@clisp.org>2000-07-29 02:02:54 +0000
commit2c3d99710370fb090cfd0c792204027fab0cad93 (patch)
tree4ea9d91d6756716c052fe37bd9be765d848fc93e /doc
parent186a26007da68f47ede350a73403254850f37361 (diff)
downloadexternal_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.zip
external_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.tar.gz
external_gettext-2c3d99710370fb090cfd0c792204027fab0cad93.tar.bz2
Use "automake --gnits --include-deps" now. This makes the source dir
consistent with later releases.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 54929bc..6e70e6d 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -124,9 +124,9 @@ all: all-redirect
.SUFFIXES:
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits doc/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps doc/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
@@ -279,11 +279,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = doc
distdir: $(DISTFILES)
- here=`cd $(top_builddir) && pwd`; \
- top_distdir=`cd $(top_distdir) && pwd`; \
- distdir=`cd $(distdir) && pwd`; \
- cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits doc/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \