6 lines
72 B
Makefile
6 lines
72 B
Makefile
|
all: html
|
||
|
|
||
|
.PHONY: html
|
||
|
html:
|
||
|
makeinfo --html --output html index.texi
|