# HG changeset patch # User Rik # Date 1380931911 25200 # Node ID f749f432b019be135f587dea14359a357f2cde56 # Parent 7bb76a22cde19ea04baa7c75bd2bb1844f04ac7e maint: Fix file name in appearance/module.mk for cset 7bb76a22cde1. * scripts/plot/appearance/module.mk: Change __axes_limits__.m to __axis_limits__.m. diff -r 7bb76a22cde1 -r f749f432b019 scripts/plot/appearance/module.mk --- a/scripts/plot/appearance/module.mk Fri Oct 04 17:09:08 2013 -0700 +++ b/scripts/plot/appearance/module.mk Fri Oct 04 17:11:51 2013 -0700 @@ -1,7 +1,7 @@ FCN_FILE_DIRS += plot/appearance plot_appearance_PRIVATE_FCN_FILES = \ - plot/appearance/private/__axes_limits__.m \ + plot/appearance/private/__axis_limits__.m \ plot/appearance/private/__axis_label__.m plot_appearance_FCN_FILES = \