Changeset 1181 for trunk


Ignore:
Timestamp:
02/11/10 12:25:38 (2 years ago)
Author:
aj
Message:

For packaged tar.gz files with builds inside the source,
the old code removed api.out dir (which was in the tar.gz with
pregenerated docs), and replaced it with a loop symlink api.out -> api.out.
Try to fix this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r1157 r1181  
    2929 
    3030clean-local: 
     31if SVN_CHECKOUT 
    3132        -rm -fr api.out 
     33else 
     34        -rm -f api.out 
     35endif 
Note: See TracChangeset for help on using the changeset viewer.