Skip to content

Commit

Permalink
Remove contrib from Makefile and readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Mar 14, 2019
1 parent 434c4a4 commit 29f3177
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 0 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ automatically during parsing/saving).

The distribution contains the following folders:

contrib/ - various contributions to pugixml

docs/ - documentation
docs/samples - pugixml usage examples
docs/quickstart.html - quick start guide

0 comments on commit 29f3177

Please sign in to comment.