aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-03-13 23:17:23 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-03-13 23:17:23 -0700
commit29f3177d10e3f994d008ea7eac4b41ad333da073 (patch)
tree5125e40a4bdd0d243e0a60b6bfe2189066544d05 /Makefile
parent434c4a4d41bfc4cd3803a0af8525fc25a46a3668 (diff)
downloadpugixml-29f3177d10e3f994d008ea7eac4b41ad333da073.zip
pugixml-29f3177d10e3f994d008ea7eac4b41ad333da073.tar.gz
pugixml-29f3177d10e3f994d008ea7eac4b41ad333da073.tar.bz2
Remove contrib from Makefile and readme.txt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4632407..3e117e9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SOURCES=src/pugixml.cpp $(filter-out tests/fuzz_%,$(wildcard tests/*.cpp))
EXECUTABLE=$(BUILD)/test
VERSION=$(shell sed -n 's/.*version \(.*\).*/\1/p' src/pugiconfig.hpp)
-RELEASE=$(filter-out scripts/archive.py docs/%.adoc,$(shell git ls-files contrib docs scripts src CMakeLists.txt readme.txt))
+RELEASE=$(filter-out scripts/archive.py docs/%.adoc,$(shell git ls-files docs scripts src CMakeLists.txt readme.txt))
CXXFLAGS=-g -Wall -Wextra -Werror -pedantic -Wundef -Wshadow -Wcast-align -Wcast-qual -Wold-style-cast -Wdouble-promotion
LDFLAGS=