Commit 4e9f0d50 4e9f0d509123718833fef540c394a31576908b07 by Sergey Poznyakoff

Removed hack introduced on 2006-06-15. It triggered unnecessary doc updates.

1 parent 44d98ee7
......@@ -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:
......