File: Example_not_data.patch

package info (click to toggle)
bison%2B%2B 1.21.11-5
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,688 kB
  • sloc: cpp: 8,198; sh: 613; ansic: 464; makefile: 74; yacc: 44; lex: 30
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: don't install Example/ dir as data
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Last-Update: 2016-06-25

---

--- bison++-1.21.11.orig/Makefile.am
+++ bison++-1.21.11/Makefile.am
@@ -26,7 +26,7 @@ bison___SOURCES = closure.cc \
 
 info_TEXINFOS = bison.texinfo
 man_MANS = bison++.1 bison.1 bison++.yacc.1
-pkgdata_DATA = bison.cc bison.hairy bison.h Example
+pkgdata_DATA = bison.cc bison.hairy bison.h
 CXX=g++
 PFILE = bison.cc
 PFILE1 = bison.hairy