summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-Makefile
blob: ae1aa81e0b317592a9861e89285872a4ee984c0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cpp/Makefile.bak	2008-05-16 19:24:00.000000000 +0200
+++ cpp/Makefile	2008-07-31 13:37:25.000000000 +0200
@@ -12,6 +12,9 @@
 include $(top_srcdir)/config/Make.rules
 
 SUBDIRS		= config src include test demo
+ifneq ($(NOPORTDOCS),yes)
+SUBDIRS		+= doc
+endif
 
 INSTALL_SUBDIRS	= $(install_bindir) $(install_libdir) $(install_includedir) $(install_configdir)