* doc/Makefile.am ($(srcdir)/spotref.pdf): Make sure to work in

$(srcdir).
This commit is contained in:
Alexandre Duret-Lutz 2003-10-31 07:31:25 +00:00
parent 65bfea0c8d
commit 21644874b1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-31 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Makefile.am ($(srcdir)/spotref.pdf): Make sure to work in
$(srcdir).
2003-10-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
* m4/gspnlib.m4: Define LIBGSPNESRG_LDFLAGS.

View file

@ -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 $@