* [Qemu-devel] [6785] Call Perl directly instead of relying on shebang
@ 2009-03-08 19:26 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-08 19:26 UTC (permalink / raw)
To: qemu-devel
Revision: 6785
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6785
Author: blueswir1
Date: 2009-03-08 19:26:53 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
Call Perl directly instead of relying on shebang
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-03-08 17:42:02 UTC (rev 6784)
+++ trunk/Makefile 2009-03-08 19:26:53 UTC (rev 6785)
@@ -292,15 +292,15 @@
texi2dvi $<
qemu.1: qemu-doc.texi
- $(SRC_PATH)/texi2pod.pl $< qemu.pod
+ perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu.pod
pod2man --section=1 --center=" " --release=" " qemu.pod > $@
qemu-img.1: qemu-img.texi
- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod
+ perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-img.pod
pod2man --section=1 --center=" " --release=" " qemu-img.pod > $@
qemu-nbd.8: qemu-nbd.texi
- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod
+ perl -Ww -- $(SRC_PATH)/texi2pod.pl $< qemu-nbd.pod
pod2man --section=8 --center=" " --release=" " qemu-nbd.pod > $@
info: qemu-doc.info qemu-tech.info
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-08 19:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 19:26 [Qemu-devel] [6785] Call Perl directly instead of relying on shebang Blue Swirl
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).