Compile from a separate build directory

doc/toots/Makefile.am is missing a $(srcdir)

 Changes to be committed:
	modified:   doc/tools/Makefile.am
This commit is contained in:
Doug Engert 2016-03-19 19:06:56 -05:00
parent bd84e18f45
commit 82a841162a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard $(srcdi
%: $(srcdir)/%.1.xml
@echo $< $@
@cat completion-template \
@cat $(srcdir)/completion-template \
| sed "s,ALLOPTS,\
$(shell sed -n 's,\s\s\s*<option>\([^<]*\)</option>.*,\1,pg' $< \
| sort -u | grep -- '^\-' | tr '\n' ' ')," \