003-no-docs.patch 570 B

1234567891011121314151617181920212223
  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -475,9 +475,6 @@ ext/mpg123/Makefile
  4. ext/sidplay/Makefile
  5. ext/twolame/Makefile
  6. ext/x264/Makefile
  7. -docs/Makefile
  8. -docs/plugins/Makefile
  9. -docs/version.entities
  10. m4/Makefile
  11. pkgconfig/Makefile
  12. pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
  13. --- a/Makefile.am
  14. +++ b/Makefile.am
  15. @@ -1,7 +1,7 @@
  16. DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
  17. SUBDIRS = \
  18. - gst-libs gst ext docs m4 common pkgconfig
  19. + gst-libs gst ext m4 common pkgconfig
  20. # include before EXTRA_DIST for win32 assignment
  21. include $(top_srcdir)/common/win32.mak