File: Don-t-copy-demo-files-to-examples.patch

package info (click to toggle)
astrometry.net 0.97%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,412 kB
  • sloc: ansic: 165,687; python: 18,429; makefile: 1,550; sh: 157; cpp: 78; pascal: 67; awk: 56; perl: 9
file content (20 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ole Streicher <olebole@debian.org>
Date: Tue, 28 Apr 2020 09:27:14 +0200
Subject: Don't copy demo files to examples

---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4b3fc9c..5c6b104 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,6 @@ install-core:
 	$(MKDIR) '$(MAN1_INSTALL_DIR)'
 	$(CP) __init__.py '$(PY_BASE_INSTALL_DIR)'
 	$(CP) CREDITS LICENSE README.md report.txt '$(DOC_INSTALL_DIR)'
-	$(CP) demo/* '$(EXAMPLE_INSTALL_DIR)'
 	$(CP) man/*.1 '$(MAN1_INSTALL_DIR)'
 	$(MAKE) -C util  install-core
 	$(MAKE) -C catalogs install