Fix build issue with out-of-src-builds
This commit is contained in:
parent
a3c0b049bf
commit
354e59f547
1 changed files with 2 additions and 1 deletions
|
@ -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)," $^ > $@
|
||||
|
|
Loading…
Reference in a new issue