summaryrefslogtreecommitdiff
blob: 295bdb7c6572bbf4c2bb29df91a60ef02d7a44cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
 	libtool include/builddefs
 
 LIB_SUBDIRS = include libdm
-TOOL_SUBDIRS = m4 man doc debian build
+TOOL_SUBDIRS = m4 man debian build
 
 SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
 
@@ -66,7 +66,7 @@
 	touch .census
 
 install: default $(addsuffix -install,$(SUBDIRS))
-ifneq ($(PKG_DISTRIBUTION), debian)
+ifdef false
 	$(INSTALL) -m 755 -d $(PKG_DOC_DIR)
 	$(INSTALL) -m 644 README $(PKG_DOC_DIR)
 endif