summaryrefslogtreecommitdiff
path: root/wm/whiteBOX/patches/patch-ad
blob: c3cfa1e2cc11f5e63967a7024eec87223e0f71c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$NetBSD: patch-ad,v 1.1.1.1 2002/11/20 21:39:37 jschauma Exp $

--- Makefile.in.orig	Wed Nov 20 16:00:40 2002
+++ Makefile.in	Wed Nov 20 16:01:01 2002
@@ -424,15 +424,6 @@
 	  done \
 	fi
 
-	if test -d $(srcdir)/docs; then \
-          $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/docs; \
-          for doc in $(srcdir)/docs/*; do \
-            if test -f $$doc; then \
-              $(INSTALL_DATA) $$doc $(DESTDIR)$(pkgdatadir)/docs; \
-            fi \
-          done \
-	fi
-
 dist-hook:
 	if test -d pixmaps; then \
 	  mkdir $(distdir)/pixmaps; \
@@ -442,15 +433,6 @@
 	    fi \
 	  done \
 	fi
-
-	if test -d docs; then \
-          mkdir $(distdir)/docs; \
-          for doc in docs/*; do \
-            if test -f $$doc; then \
-              cp -p $$doc $(distdir)/docs; \
-            fi \
-          done \
-        fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.