=================================================================== RCS file: /cvs/texi2mdoc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- texi2mdoc/Makefile 2015/02/23 15:23:56 1.6 +++ texi2mdoc/Makefile 2015/02/23 15:26:26 1.7 @@ -36,7 +36,7 @@ index.html: index.xml $(VERSIONS) sblg -o- -t index.xml $(VERSIONS) | sed "s!@VERSION@!$(VERSION)!g" >$@ texi2mdoc.1.html: texi2mdoc.1 - mandoc -Thtml $< >$@ + mandoc -Thtml texi2mdoc.1 >$@ texi2mdoc.tgz: mkdir -p .dist/texi2mdoc-$(VERSION)