documentation/fshell_builddocs.mk
changeset 15 6bb86f60191e
parent 8 eb5f524dc31d
child 17 949c6f5096e4
equal deleted inserted replaced
14:4ab8c027df23 15:6bb86f60191e
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # 
     8 # 
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Accenture - Initial contribution
    10 # Accenture - Initial contribution
    11 #
    11 #
    12 MAKMAKE :
    12 BLD :
    13 	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt
    13 	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt
    14 
    14 
    15 RELEASABLES :
    15 RELEASABLES :
    16 	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt -w
    16 	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt -w
    17 
    17 
    18 CLEAN :
    18 CLEAN :
    19 	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt -c
    19 	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt -c
    20 
    20 
    21 MAKMAKE BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL : 
    21 MAKMAKE FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL :