[perl-GStreamer-Interfaces] Remove remnants of automatic doc generation



commit 7bc16bac883b8de9b9b66b280ab77b95f367cc79
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Mar 20 13:45:48 2010 +0100

    Remove remnants of automatic doc generation
    
    We don't use it, so there's no need to keep these things around.

 MANIFEST      |    3 +--
 Makefile.PL   |    5 +----
 copyright.pod |    4 ----
 3 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 734992c..7a058ac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,15 +1,14 @@
 ChangeLog.pre-git
-copyright.pod
 examples/gst-video-player.pl
 gstinterfacesperl.h
 Interfaces.pm
 LICENSE
-MAINTAINERS
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
 maps
 NEWS
+perl-GStreamer-Interfaces.doap
 README
 t/GstPropertyProbe.t
 t/GstXOverlay.t
diff --git a/Makefile.PL b/Makefile.PL
index 1083458..1ff590f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -86,8 +86,5 @@ WriteMakefile(
 );
 
 sub MY::postamble {
-  return Glib::MakeHelper->postamble_clean ()
-       . Glib::MakeHelper->postamble_docs_full (
-           DEPENDS => $gst,
-           COPYRIGHT_FROM => 'copyright.pod');
+  return Glib::MakeHelper->postamble_clean ();
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]