fakeroot-doc.patch 704 B

1234567891011121314151617181920
  1. --- fakeroot/Makefile.am.orig 2006-04-19 11:50:35.000000000 -0600
  2. +++ fakeroot/Makefile.am 2006-04-19 11:50:59.000000000 -0600
  3. @@ -1,5 +1,5 @@
  4. AUTOMAKE_OPTIONS=foreign
  5. -SUBDIRS=scripts doc test
  6. +SUBDIRS=scripts test
  7. noinst_LTLIBRARIES = libcommunicate.la
  8. libcommunicate_la_SOURCES = communicate.c
  9. --- fakeroot/Makefile.in.orig 2006-04-19 11:50:43.000000000 -0600
  10. +++ fakeroot/Makefile.in 2006-04-19 11:51:21.000000000 -0600
  11. @@ -230,7 +230,7 @@
  12. top_builddir = @top_builddir@
  13. top_srcdir = @top_srcdir@
  14. AUTOMAKE_OPTIONS = foreign
  15. -SUBDIRS = scripts doc test
  16. +SUBDIRS = scripts test
  17. noinst_LTLIBRARIES = libcommunicate.la
  18. libcommunicate_la_SOURCES = communicate.c
  19. lib_LTLIBRARIES = libfakeroot.la