You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

  1. diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac
  2. --- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 12:11:19.150392204 -0500
  3. +++ gstreamer-1.6.2/configure.ac 2016-01-01 12:06:49.611795028 -0500
  4. @@ -983,18 +983,6 @@
  5. tools/Makefile
  6. common/Makefile
  7. common/m4/Makefile
  8. -docs/Makefile
  9. -docs/design/Makefile
  10. -docs/faq/Makefile
  11. -docs/gst/Makefile
  12. -docs/gst/gstreamer.types
  13. -docs/libs/Makefile
  14. -docs/plugins/Makefile
  15. -docs/manual/Makefile
  16. -docs/pwg/Makefile
  17. -docs/slides/Makefile
  18. -docs/xsl/Makefile
  19. -docs/version.entities
  20. m4/Makefile
  21. pkgconfig/Makefile
  22. stamp.h
  23. diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am
  24. --- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 12:11:19.151392233 -0500
  25. +++ gstreamer-1.6.2/Makefile.am 2016-01-01 12:06:41.546568365 -0500
  26. @@ -8,7 +8,6 @@
  27. SUBDIRS = pkgconfig \
  28. gst libs plugins \
  29. - docs \
  30. m4 \
  31. common \
  32. data
  33. @@ -20,7 +19,6 @@
  34. # These are all the possible subdirs
  35. DIST_SUBDIRS = pkgconfig \
  36. gst libs plugins tools \
  37. - docs \
  38. m4 \
  39. common \
  40. data