Changeset 1944 for trunk/Makefile.in


Ignore:
Timestamp:
Nov 12, 2010, 1:01:33 PM (14 years ago)
Author:
gah
Message:

add unit cell to molvisviewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r1734 r1944  
    6969distrib:
    7070        $(RM) -r exported
    71         $(MKDIR_P) exported
     71        $(MKDIR_P) -m 0755 exported
    7272        (cd exported; svn export -q $(rappture_repo) rappture)
    7373        tar -C exported -czlf $(rappture_source_tarfile) rappture
     
    7676runtime-distrib:
    7777        $(RM) -r exported
    78         $(MKDIR_P) exported
     78        $(MKDIR_P) -m 0755 exported
    7979        (cd exported; svn export -q $(runtime_repo) runtime)
    8080        tar -C exported -czlf $(runtime_source_tarfile) runtime
Note: See TracChangeset for help on using the changeset viewer.