diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-15 06:44:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-15 06:44:49 +0000 |
| commit | dbd6327646f2c05a5e50bdd0e99816609c3b5a21 (patch) | |
| tree | dc96f42fd560fd567d6331068dbd6081dc0e2208 /doc | |
| parent | df9d0c891ad0df9e91397f07fa439fea1e405b2b (diff) | |
apparently there were compiling problems with automake/autoconf. This should make those go away.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 191f9ce5..38e0c555 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -100,9 +100,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu --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 @@ -240,11 +240,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 --gnu doc/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ |
