Don't put broken links in HTML info pages

Pass the valid info page names to emp2html.pl, and convert only valid
references to links there.
This commit is contained in:
Markus Armbruster 2013-05-11 16:44:40 +02:00
parent 7a730be185
commit 59a199c69d
2 changed files with 19 additions and 9 deletions

View file

@ -293,7 +293,7 @@ info.nr/%: info/%.t
# Pipes in make are a pain. The "test -s" catches obvious errors.
info.html/%.html: info/%.t
perl $(srcdir)/info/emp2html.pl $< >$@
$(call quiet-command,perl $(srcdir)/info/emp2html.pl $(info) <$< >$@,GEN $@)
### Explicit rules