gst-libs/ext/Makefile.am: Don't copy file which is no longer present.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 8 May 2008 13:17:20 +0000 (13:17 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 8 May 2008 13:17:20 +0000 (13:17 +0000)
Original commit message from CVS:
* gst-libs/ext/Makefile.am:
Don't copy file which is no longer present.

ChangeLog
gst-libs/ext/Makefile.am

index 52ae857..245f2bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
 
+       * gst-libs/ext/Makefile.am:
+       Don't copy file which is no longer present.
+
+2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
+
        * ext/ffmpeg/gstffmpegaudioresample.c:
        (gst_ffmpegaudioresample_class_init),
        (gst_ffmpegaudioresample_init),
index dfa1365..ac16231 100644 (file)
@@ -28,7 +28,7 @@ dist-local: dist-clean
        pwd
        cp $(TMP_DIST_DIR)/*.c $(TMP_DIST_DIR)/*.h $(TMP_DIST_DIR)/Makefile $(TMP_DIST_DIR)/configure $(TMP_DIST_DIR)/version.sh $(DIST_DIR) 
        cp $(TMP_DIST_DIR)/common.mak $(TMP_DIST_DIR)/Changelog $(TMP_DIST_DIR)/COPYING.* $(TMP_DIST_DIR)/INSTALL $(DIST_DIR)
-       cp $(TMP_DIST_DIR)/Doxyfile $(TMP_DIST_DIR)/ffinstall.nsi $(TMP_DIST_DIR)/CREDITS $(TMP_DIST_DIR)/MAINTAINERS $(DIST_DIR)
+       cp $(TMP_DIST_DIR)/Doxyfile $(TMP_DIST_DIR)/CREDITS $(TMP_DIST_DIR)/MAINTAINERS $(DIST_DIR)
        @for d in `cd $(TMP_DIST_DIR) && ls -d */`; \
                do mkdir $(DIST_DIR)/$$d; \
                cp $(TMP_DIST_DIR)/$$d* $(DIST_DIR)/$$d; \