Changes in / [5442c77:e1ace4d] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    r402c351 r34375ea  
    99BUILDDIR      = _build 
    1010ifdef ComSpec 
    11     RMDIR   = rmdir /s/q 
     11    RMDIR   = del /s/q/f 
    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.