File: no-readme-copy

package info (click to toggle)
tds-fdw 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,012 kB
  • sloc: ansic: 5,353; sql: 520; python: 418; makefile: 23; sh: 1
file content (12 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,8 @@ EXTVERSION = $(shell grep default_versio
 # REGRESS      = $(patsubst test/sql/%.sql,%,$(TESTS))
 # REGRESS_OPTS = --inputdir=test
 
-DOCS         = README.${EXTENSION}.md
+# Debian: don't install README.tds_fdw.md
+#DOCS         = README.${EXTENSION}.md
 
 DATA = tds_fdw--2.0.1--2.0.2.sql tds_fdw--2.0.2--2.0.3.sql tds_fdw--2.0.3--2.0.4.sql sql/$(EXTENSION)--$(EXTVERSION).sql