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 = \ ...@@ -76,16 +76,13 @@ muint_TEXINFOS = \
76 mom.texi 76 mom.texi
77 77
78 ## Fake configure into including srcdir to VPATH: 78 ## Fake configure into including srcdir to VPATH:
79 s=${srcdir}:${top_srcdir}/examples/:$(top_srcdir)/libmu_scm 79 s=${srcdir}:${top_srcdir}/examples/
80 VPATH = $(s) 80 VPATH = $(s)
81 81
82 SUFFIXES=.c .inc .texi .doc 82 SUFFIXES=.c .inc
83 .c.inc: 83 .c.inc:
84 sed -f $(top_srcdir)/scripts/texify.sed $< > $@ 84 sed -f $(top_srcdir)/scripts/texify.sed $< > $@
85 85
86 .doc.texi:
87 sed '/\f/d' $< > $@
88
89 DISTCLEANFILES=*.pgs *.kys *.vrs 86 DISTCLEANFILES=*.pgs *.kys *.vrs
90 MAINTAINERCLEANFILES=$(INCFILES) 87 MAINTAINERCLEANFILES=$(INCFILES)
91 clean-local: 88 clean-local:
......