Changeset 413 for trunk/gui/Makefile.in


Ignore:
Timestamp:
Apr 26, 2006, 6:42:46 PM (18 years ago)
Author:
mmc
Message:
  • Added <description> capability to output objects, including axes.
  • Fixed the ResultSet? so that it is more compact and supports the simulation number as a parameter. This is useful when there are datasets with wildly varying parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile.in

    r193 r413  
    339339        $(TCLSH_PROG) $(srcdir)/cf/mkindex.tcl $(DESTDIR)$(pkglibdir)/scripts
    340340        $(mkinstalldirs) $(pkglibdir)/scripts/images
    341         @for i in $(srcdir)/scripts/images/*.gif; do \
     341        @for i in $(srcdir)/scripts/images/*.gif \
     342                $(srcdir)/scripts/images/*.xbm; do \
    342343            echo "Installing $$i" ; \
    343344            $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/scripts/images ; \
Note: See TracChangeset for help on using the changeset viewer.