* 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
|
|
@ -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>
|
2003-10-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* m4/gspnlib.m4: Define LIBGSPNESRG_LDFLAGS.
|
* m4/gspnlib.m4: Define LIBGSPNESRG_LDFLAGS.
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ spot.html: $(srcdir)/stamp
|
||||||
spot.latex: $(srcdir)/stamp
|
spot.latex: $(srcdir)/stamp
|
||||||
|
|
||||||
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
||||||
cd spot.latex \
|
cd $(srcdir)/spot.latex \
|
||||||
&& texi2dvi --pdf refman.tex \
|
&& texi2dvi --pdf refman.tex \
|
||||||
&& cd .. && mv -f spot.latex/refman.pdf $@
|
&& cd .. && mv -f spot.latex/refman.pdf $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue