* doc/Makefile.am ($(srcdir)/spotref.pdf): Make sure to work in
$(srcdir).
This commit is contained in:
parent
65bfea0c8d
commit
21644874b1
2 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ spot.html: $(srcdir)/stamp
|
|||
spot.latex: $(srcdir)/stamp
|
||||
|
||||
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
||||
cd spot.latex \
|
||||
cd $(srcdir)/spot.latex \
|
||||
&& texi2dvi --pdf refman.tex \
|
||||
&& cd .. && mv -f spot.latex/refman.pdf $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue