$NetBSD: patch-ai,v 1.1 2007/01/05 19:35:46 rillig 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)
