Index: doc/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* doc/ref/Makefile.am: Changed 'make' to '$(MAKE)'
Index: doc/ref/Makefile.am --- doc/ref/Makefile.am Tue, 13 Apr 2004 14:42:20 +0200 palma_g (oln/d/51_Makefile.a 1.27.1.17.1.3 600) +++ doc/ref/Makefile.am Thu, 15 Apr 2004 15:21:39 +0200 van-vl_n (oln/d/51_Makefile.a 1.27.1.17.1.3 600) @@ -33,7 +33,7 @@ $(TAR) -czf $@ html
oln-ref.pdf: html.tar.gz - make -C ./latex || echo "Discarding problems..." # FIXME: Find a better way to use large graph with pdflatex. + $(MAKE) -C ./latex || echo "Discarding problems..." # FIXME: Find a better way to use large graph with pdflatex. cp latex/refman.pdf ./$@
dist_noinst_DATA = oln-ref.pdf html.tar.gz $(srcdir)/exdoc.pl $(srcdir)/img_conv.pl