From: Martin Q. <mqu...@us...> - 2005-02-23 23:33:04
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4870 Modified Files: Makefile Log Message: Some doc about how to do non-versionned install with the SUFF stuff I just commited (sorry I should have done only one commit for the feature and its doc) Index: Makefile =================================================================== RCS file: /cvsroot/flexml/flexml/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Makefile 23 Feb 2005 23:23:11 -0000 1.33 +++ Makefile 23 Feb 2005 23:32:56 -0000 1.34 @@ -20,10 +20,15 @@ # $Id$ -# FILES. + +# SUFF is the versionning suffix added to binaries and resource files. +# To get rid of it (and do a non-versionned install, for example), do: +# make whatever SUFF= SUFF ?=-$(VER) +# FILES. + include Makefile.defs STUFF = GPL Makefile Makefile.defs flexml.pl FleXML.html |