Removed hack introduced on 2006-06-15. It triggered unnecessary doc updates.
Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -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: | ... | ... |
-
Please register or sign in to post a comment