bugfix: use relative pathes in tagmaps

This commit is contained in:
paul 2017-08-18 18:50:29 +02:00
parent 28e8909065
commit b3517257b6

View File

@ -64,7 +64,7 @@ all: $(shell find ./ -name '*.sources')
# generate tag maps
# -----------------------------------------------------------------------------
TAGMAP := $(shell find $(PWD) -name '*.xml' \
TAGMAP := $(shell find ./ -name '*.xml' \
| xargs ./build/source_globber.sh map_tags \
)