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.

39 lines
754 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -1001,18 +1001,6 @@ plugins/tracers/Makefile
  4. tools/Makefile
  5. common/Makefile
  6. common/m4/Makefile
  7. -docs/Makefile
  8. -docs/design/Makefile
  9. -docs/faq/Makefile
  10. -docs/gst/Makefile
  11. -docs/gst/gstreamer.types
  12. -docs/libs/Makefile
  13. -docs/plugins/Makefile
  14. -docs/manual/Makefile
  15. -docs/pwg/Makefile
  16. -docs/slides/Makefile
  17. -docs/xsl/Makefile
  18. -docs/version.entities
  19. m4/Makefile
  20. pkgconfig/Makefile
  21. stamp.h
  22. --- a/Makefile.am
  23. +++ b/Makefile.am
  24. @@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-@GST_AP
  25. SUBDIRS = pkgconfig \
  26. gst libs plugins \
  27. - docs \
  28. m4 \
  29. common \
  30. data
  31. @@ -20,7 +19,6 @@ endif
  32. # These are all the possible subdirs
  33. DIST_SUBDIRS = pkgconfig \
  34. gst libs plugins tools \
  35. - docs \
  36. m4 \
  37. common \
  38. data