mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
build: fix Texinfo compilation
* doc/local.mk: fix dependencies.
This commit is contained in:
@@ -123,9 +123,9 @@ EXTRA_DIST += \
|
|||||||
$(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
|
$(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
|
||||||
SUFFIXES += .dot .eps .pdf .png
|
SUFFIXES += .dot .eps .pdf .png
|
||||||
|
|
||||||
bison.dvi: $(FIGS_DOT:.dot=.eps)
|
doc/bison.dvi: $(FIGS_DOT:.dot=.eps)
|
||||||
bison.html: $(FIGS_DOT:.dot=.png)
|
doc/bison.html: $(FIGS_DOT:.dot=.png)
|
||||||
bison.pdf: $(FIGS_DOT:.dot=.pdf)
|
doc/bison.pdf: $(FIGS_DOT:.dot=.pdf)
|
||||||
|
|
||||||
.dot.eps:
|
.dot.eps:
|
||||||
$(AM_V_GEN) $(MKDIR_P) `echo "./$@" | sed -e 's,/[^/]*$$,,'`
|
$(AM_V_GEN) $(MKDIR_P) `echo "./$@" | sed -e 's,/[^/]*$$,,'`
|
||||||
|
|||||||
Reference in New Issue
Block a user