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:
parent
7a730be185
commit
59a199c69d
2 changed files with 19 additions and 9 deletions
2
Make.mk
2
Make.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue