Author: esr
Date: Fri Aug 29 20:57:03 2008
New Revision: 29093

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29093&view=rev
Log:
--oldversion is dead.

Modified:
    trunk/data/tools/Makefile

Modified: trunk/data/tools/Makefile
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/Makefile?rev=29093&r1=29092&r2=29093&view=diff
==============================================================================
--- trunk/data/tools/Makefile (original)
+++ trunk/data/tools/Makefile Fri Aug 29 20:57:03 2008
@@ -77,9 +77,9 @@
 
 # For performing test lifts of mainline
 lift:
-       ./wmllint --oldversion 1.3.1 --verbose $(MAINLINE) $(UMC)
+       ./wmllint --verbose $(MAINLINE) $(UMC)
 trylift:
-       ./wmllint --oldversion 1.3.1 --dryrun --verbose $(MAINLINE) $(UMC)
+       ./wmllint --dryrun --verbose $(MAINLINE) $(UMC)
 diffs:
        ./wmllint --diffs $(MAINLINE) $(UMC)
 revert:


_______________________________________________
Wesnoth-commits mailing list
Wesnoth-commits@gna.org
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to