Add Nano tool - user-friendly text editor
[tomato.git] / release / src / router / nano / doc / texinfo / Makefile.am
blob91f01636c668966733831f6771dcac2ce75da2a8
1 info_TEXINFOS = nano.texi
3 MAKEINFO = makeinfo --no-split
5 BUILT_SOURCES = nano.html
7 nano.html: nano.texi
8         makeinfo --no-split --html < $< > $@
10 EXTRA_DIST = $(info_TEXINFOS) $(BUILT_SOURCES)