summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-07-06 07:08:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-07-06 07:08:33 +0000
commit4e9f0d509123718833fef540c394a31576908b07 (patch)
tree959afe1f26faa626606c46fa6d9887b4120ea738
parent44d98ee7e3e3dbe8f53cecda00044b84b23dc046 (diff)
downloadmailutils-4e9f0d509123718833fef540c394a31576908b07.tar.gz
mailutils-4e9f0d509123718833fef540c394a31576908b07.tar.bz2
Removed hack introduced on 2006-06-15. It triggered unnecessary doc updates.
-rw-r--r--doc/texinfo/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index 6e2abeeb9..a4033cadd 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -76,16 +76,13 @@ muint_TEXINFOS = \
mom.texi
## Fake configure into including srcdir to VPATH:
-s=${srcdir}:${top_srcdir}/examples/:$(top_srcdir)/libmu_scm
+s=${srcdir}:${top_srcdir}/examples/
VPATH = $(s)
-SUFFIXES=.c .inc .texi .doc
+SUFFIXES=.c .inc
.c.inc:
sed -f $(top_srcdir)/scripts/texify.sed $< > $@
-.doc.texi:
- sed '/\f/d' $< > $@
-
DISTCLEANFILES=*.pgs *.kys *.vrs
MAINTAINERCLEANFILES=$(INCFILES)
clean-local:

Return to:

Send suggestions and report system problems to the System administrator.