blob: b5dea737db95ca4eb5a1c81f2fe014a19fe08ce6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# DEVELOPMENT.md is not shipped in tarball since 3.0.0, yet it is in
# doc/Makefile.am install targets, causing build error
# https://github.com/accellera-official/systemc/issues/105
--- docs/Makefile.am.orig 2024-10-15 13:47:45 UTC
+++ docs/Makefile.am
@@ -39,7 +39,6 @@ DOC_FILES = \
## Core documentation (see also root directory)
DOC_FILES = \
- DEVELOPMENT.md \
git_branches.svg
##
|