Changes in / [e1ace4d:5442c77] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    r34375ea r402c351  
    99BUILDDIR      = _build 
    1010ifdef ComSpec 
    11     RMDIR   = del /s/q/f 
     11    RMDIR   = rmdir /s/q 
    1212    CPDIR   = xcopy /q/e/i 
    1313    MKDIR   = mkdir 
     
    6161 
    6262api: genapi.py 
    63         $(RMDIR) api 
     63        -$(RMDIR) api 
    6464        $(PYTHON) genapi.py 
    6565 
Note: See TracChangeset for help on using the changeset viewer.