]> granicus.if.org Git - docbook-dsssl/commitdiff
As far as I can tell, $(MV) is not an implicit variable in make or
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 14 Nov 2005 03:45:28 +0000 (03:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 14 Nov 2005 03:45:28 +0000 (03:45 +0000)
GNU make (as $(RM) is). But it was used, without being defined, in
the _footer.mak file. So I added a "MV ?= mv" definiton for it in
the master Makefile, which should cause it to be defined as "mv"
only if it's not already defined in the user's environment.

docbook/relaxng/docbook/Makefile

index 97a3d173e65329b6110cdbe27371c8df5fa4700e..a907ea42631df43abb9382165c9d01b98b3160a6 100644 (file)
@@ -10,6 +10,7 @@ include ../../../cvstools/Makefile.incl
 
 XSLTPROC=xsltproc
 PERL=perl
+MV ?= mv
 
 CLASS=wd
 VERSION=5.0b1