(c.txt): direct output of makeinfo into target file.
This commit is contained in:
parent
065843a018
commit
8daa0a46ad
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ c.doc:
|
||||||
c.html:
|
c.html:
|
||||||
makeinfo --html c.texi
|
makeinfo --html c.texi
|
||||||
c.txt:
|
c.txt:
|
||||||
makeinfo --plaintext c.texi
|
makeinfo --plaintext c.texi > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f c-manual.tgz c.dvi c.pdf c c-1 c-2 c.doc c.html c.txt
|
rm -f c-manual.tgz c.dvi c.pdf c c-1 c-2 c.doc c.html c.txt
|
||||||
|
|
Loading…
Reference in New Issue