2013-09-26 17:14:40 +02:00

25 lines
507 B
Plaintext

$NetBSD: patch-ai,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $
Tags: for-upstream
--- doc/mp4v2/Makefile.am.orig 2003-02-06 20:15:04.000000000 +0100
+++ doc/mp4v2/Makefile.am 2007-01-05 18:20:54.000000000 +0100
@@ -1,5 +1,4 @@
-this_FILES = \
- api.mpt \
+man_MANS = \
MP4.3 \
MP4AddAudioTrack.3 \
MP4AddHintTrack.3 \
@@ -109,7 +108,6 @@ this_FILES = \
MP4WriteRtpHint.3 \
MP4WriteSample.3
-
-man_MANS = $(this_FILES)
-
-EXTRA_DIST = $(this_FILES)
+EXTRA_DIST = \
+ api.mpt \
+ $(this_FILES)