docs/manuals.mak: Use $(MAKE) instead of make to fix the build if GNU make is called...
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 20 Jan 2008 17:08:54 +0000 (17:08 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 20 Jan 2008 17:08:54 +0000 (17:08 +0000)
Original commit message from CVS:
* docs/manuals.mak:
Use $(MAKE) instead of make to fix the build if GNU make is
called different. Fixes bug #510747.

ChangeLog
docs/manuals.mak

index b94a085..3249230 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * docs/manuals.mak:
+       Use $(MAKE) instead of make to fix the build if GNU make is
+       called different. Fixes bug #510747.
+
 2008-01-20  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/gstplugin.c: (_gst_plugin_initialize):
index 23eb9ff..46adda2 100644 (file)
@@ -94,7 +94,7 @@ $(BUILDDIR)/$(MAIN): $(XML) $(CSS) $(EXTRA_SRC)
 # xsltproc --nonet /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl pwg.xml
 # 
 html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
-       @make check-local
+       @$(MAKE) check-local
        @echo "*** Generating HTML output ***"
        @-mkdir -p html
        @cp -f $(srcdir)/../image-png $(BUILDDIR)/image.entities
@@ -108,14 +108,14 @@ html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
           cp $(PNG_BUILT) html/images || true
 
 $(DOC).ps: $(BUILDDIR)/$(MAIN) $(EPS_BUILT) $(PNG_SRC) $(FIG_SRC)
-       @make check-local
+       @$(MAKE) check-local
        @echo "*** Generating PS output ***"
        @cp -f $(srcdir)/../image-eps $(BUILDDIR)/image.entities
        cd $(BUILDDIR) && docbook2ps -o .. $(MAIN)
 #      export LC_PAPER=$(PAPER_LOCALE) && cd $(BUILDDIR) && xmlto ps -o .. $(MAIN)
 
 $(DOC).pdf: $(DOC).ps
-       @make check-local
+       @$(MAKE) check-local
        @echo "*** Generating PDF output ***"
        @ps2pdf $(DOC).ps