Files
fwknop/doc/Makefile.am
Damien Stuart 65e11abc96 Added documentation stub.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@18 510a4753-2344-4c79-9c09-4d669213fbeb
2008-12-25 04:11:06 +00:00

12 lines
192 B
Makefile

info_TEXINFOS = libfko.texi
SUFFIXES = .html
html_docs = libfko.html
.texi.html:
$(MAKEINFO) --html $<
.PHONY: html
html: version.texi $(html_docs)