Changeset 3096:8b5a08cc3db4 in roaraudio


Ignore:
Timestamp:
01/09/10 13:39:05 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

clean target for docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile

    r2733 r3096  
    33all: symlinks 
    44clean: 
    5         echo Warning: no target clean for docs 
     5        while read fn fc tn tc; do rm man$$fc/$$fn.$$fc 2> /dev/null; done < symlinks.src; true 
     6        while read fn fc tn tc; do rm html/man$$fc/$$fn.$$fc.html 2> /dev/null; done < symlinks.src; true 
     7        rm -fr html/man? 
    68 
    79symlinks: 
Note: See TracChangeset for help on using the changeset viewer.