packages/libs/libsigc++/patches/001-no_doc_tests_examples.patch

25 lines
866 B
Diff
Raw Normal View History

diff -urN libsigc++-2.2.3/Makefile.am libsigc++-2.2.3.new/Makefile.am
--- a/Makefile.am 2009-08-20 14:32:40.000000000 +0400
+++ b/Makefile.am 2009-11-13 10:26:01.000000000 +0300
@@ -22,7 +22,7 @@
else
doc_subdirs =
endif
-SUBDIRS = sigc++ tests examples $(doc_subdirs)
+SUBDIRS = sigc++
sigc_configdir = $(libdir)/$(SIGCXX_MODULE_NAME)/include
nodist_sigc_config_HEADERS = sigc++config.h
diff -urN libsigc++-2.2.3/Makefile.in libsigc++-2.2.3.new/Makefile.in
--- a/Makefile.in 2009-09-02 19:55:19.000000000 +0400
+++ b/Makefile.in 2009-11-13 10:29:43.000000000 +0300
@@ -89,7 +89,7 @@
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = sigc++ tests examples docs
+DIST_SUBDIRS = sigc++
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)