From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 78dc7513; for ; Mon, 23 Feb 2015 10:26:57 -0500 (EST) Date: Mon, 23 Feb 2015 10:26:57 -0500 (EST) Message-Id: <3822659164494347827.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: texi2mdoc: Sneak in fix for GNU-ism. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Sneak in fix for GNU-ism. Modified Files: -------------- texi2mdoc: Makefile Revision Data ------------- Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/texi2mdoc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -LMakefile -LMakefile -u -p -r1.6 -r1.7 --- Makefile +++ Makefile @@ -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) -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv