source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Sneak in fix for GNU-ism.
@ 2015-02-23 15:26 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-23 15:26 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-23 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 15:26 texi2mdoc: Sneak in fix for GNU-ism kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).