head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.03.08.21.41.43; author rse; state Exp; branches; next ; commitid 1NRBzgj6tPeAVmUs; desc @@ 1.1 log @new package: ffmpeg 20080308 (Audio/Video Codec Toolkit) @ text @Index: Makefile --- Makefile.orig 2008-03-07 20:27:07 +0100 +++ Makefile 2008-03-08 22:17:19 +0100 @@@@ -141,7 +141,7 @@@@ mv $(@@F) $@@ doc/%.pod: doc/%-doc.texi - doc/texi2pod.pl $< $@@ + perl doc/texi2pod.pl $< $@@ doc/%.1: doc/%.pod pod2man --section=1 --center=" " --release=" " $< > $@@ @