900-disable-docs-examples-tests.patch 603 B

123456789101112131415161718192021222324252627
  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -1,7 +1,7 @@
  4. include $(top_srcdir)/build/Makefile.am.lm
  5. -SUBDIRS = loudmouth docs examples $(TEST_DIRS)
  6. -DIST_SUBDIRS = loudmouth docs examples tests
  7. +SUBDIRS = loudmouth
  8. +DIST_SUBDIRS = loudmouth
  9. ACLOCAL_AMFLAGS = -I m4
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -307,12 +307,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
  13. AC_OUTPUT([
  14. Makefile
  15. -docs/Makefile
  16. -docs/reference/Makefile
  17. loudmouth/Makefile
  18. -examples/Makefile
  19. -tests/Makefile
  20. -tests/parser-tests/Makefile
  21. loudmouth-1.0.pc])
  22. dnl ==========================================================================