summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2016-01-14 10:43:27 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2016-01-14 14:46:43 +0100
commit84bb5b4485a41cb2ad16da871b1228839e4fd116 (patch)
treebbe7f53d221cd6b1df4ca937eb274dd12aa861d7 /scripts
parentshow must go on (diff)
downloadknot-84bb5b4485a41cb2ad16da871b1228839e4fd116.tar.xz
knot-84bb5b4485a41cb2ad16da871b1228839e4fd116.zip
scripts: exclude non-source files from Knot.files
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-project-files.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/update-project-files.py b/scripts/update-project-files.py
index 3bf082d8c..c8018a8b7 100755
--- a/scripts/update-project-files.py
+++ b/scripts/update-project-files.py
@@ -5,14 +5,6 @@
#
SOURCES = [
- # documentation
- "README", "KNOWN_ISSUES",
- "Doxyfile*", "Doxy.file.h", "doc/*.rst",
-
- # build-system
- "*.ac", "*.am",
-
- # sources
"src/*.c", "src/*.h", "src/*.rl", "src/*.l",
"src/*.y", "tests/*.c", "tests/*.h",
"tests-fuzz/*.c", "tests-fuzz/*.h",