File: extra-patch-Makefile.in

package info (click to toggle)
libcdk5 5.0.20161210-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,440 kB
  • ctags: 2,833
  • sloc: ansic: 32,375; sh: 4,732; makefile: 1,122; sed: 43; cpp: 41
file content (23 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.in.orig	2005-04-24 15:06:20.000000000 -0800
+++ Makefile.in	2008-09-02 21:52:52.000000000 -0800
@@ -301,13 +301,13 @@
 #
 # This installs the informational readme files.
 #
-install \
-installCDKReadme :: $(DOCUMENT_DIR)
-	@echo "Installing CDK Readme files in $(DOCUMENT_DIR)..."
-	@for i in $(CDKREADME); do \
-	   echo "	... $$i"; \
-	   $(INSTALL_DATA) $(srcdir)/$$i $(DOCUMENT_DIR)/$$i; \
-	done
+#install \
+#installCDKReadme :: $(DOCUMENT_DIR)
+#	@echo "Installing CDK Readme files in $(DOCUMENT_DIR)..."
+#	@for i in $(CDKREADME); do \
+#	   echo "	... $$i"; \
+#	   $(INSTALL_DATA) $(srcdir)/$$i $(DOCUMENT_DIR)/$$i; \
+#	done
 
 uninstall \
 uninstallCDKReadme ::