(c.html.d): New make rule.

Tiny change by yuvallangerontheroad@gmail.com.
This commit is contained in:
Richard Stallman 2022-09-29 07:18:48 -04:00
parent 45a51a93dc
commit 2b017543cc
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ c.doc: c.texi cpp.texi fp.texi fdl.texi
makeinfo --docbook c.texi -o $@ makeinfo --docbook c.texi -o $@
c.html: c.texi cpp.texi fp.texi fdl.texi c.html: c.texi cpp.texi fp.texi fdl.texi
makeinfo --html --no-split c.texi -o $@ makeinfo --html --no-split c.texi -o $@
c.html.d: c.texi cpp.texi fp.texi fdl.texi
makeinfo --html c.texi -o $@
c.txt: c.texi cpp.texi fp.texi fdl.texi c.txt: c.texi cpp.texi fp.texi fdl.texi
makeinfo --plaintext c.texi > $@ makeinfo --plaintext c.texi > $@