Fix build issue with out-of-src-builds

This commit is contained in:
Mathias Gumz 2015-01-03 14:06:10 +01:00
parent a3c0b049bf
commit 354e59f547

View file

@ -35,5 +35,6 @@ EXTRA_DIST += \
doc/fluxbox.1.in \
doc/startfluxbox.1.in
%: %.in
doc/%: doc/%.in
$(MKDIR_P) doc
@regex_cmd@ -e "s,@pkgdatadir[@],$(pkgdatadir)," $^ > $@