summaryrefslogtreecommitdiff
path: root/databases/freetds-devel/files/patch-doc_Makefile.in
blob: 6977487ad8ee8f0125b829fa38576d24c54b7b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- doc/Makefile.in.orig	2019-03-30 09:02:39 UTC
+++ doc/Makefile.in
@@ -740,16 +740,7 @@ $(INSTALLDIRS) $(DOCDIR):
 
 # If we built the documentation ourselves, install that, 
 # else if we have access to distributed documentation, install that.  
-install-data-local: $(INSTALLDIRS) $(noinst_DATA)
-	$(MKDIR_P) $(DOCDIR) 2>&1
-	if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
-	find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) \
-		-exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/userguide ';'
-	if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
-	find $$d/$(DOCDIR)/reference \( -type f -o -type l \) \
-		-exec $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/reference ';'
-	cd $(srcdir) && find images -name \*.gif \
-		-exec  $(INSTALL) -m 644 {} $(TARGET_DOCDIR)/{} ';'
+install-data-local:
 
 uninstall-local:
 	rm -rf $(TARGET_DOCDIR)