Mercurial > hg > octave-nkf
diff scripts/plot/Makefile.in @ 7049:e426f849fc36
[project @ 2007-10-23 08:19:48 by dbateman]
author | dbateman |
---|---|
date | Tue, 23 Oct 2007 08:19:49 +0000 |
parents | e54cc03d53f6 |
children | d32f867e4dda |
line wrap: on
line diff
--- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -34,6 +34,7 @@ INSTALL_DATA = @INSTALL_DATA@ SOURCES = \ + __axes_limits__.m \ __axis_label__.m \ __bar__.m \ __default_plot_options__.m \ @@ -114,8 +115,11 @@ title.m \ view.m \ xlabel.m \ + xlim.m \ ylabel.m \ - zlabel.m + ylim.m \ + zlabel.m \ + zlim.m DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))