documentation/fshell_builddocs.mk
changeset 15 6bb86f60191e
parent 8 eb5f524dc31d
child 17 949c6f5096e4
--- a/documentation/fshell_builddocs.mk	Thu Jul 29 12:02:58 2010 +1000
+++ b/documentation/fshell_builddocs.mk	Thu Jul 29 12:03:43 2010 +1000
@@ -9,13 +9,13 @@
 # Initial Contributors:
 # Accenture - Initial contribution
 #
-MAKMAKE :
-	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt
+BLD :
+	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt
 
 RELEASABLES :
-	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt -w
+	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt -w
 
 CLEAN :
-	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt -c
+	..\tools\fsh-builddocs -i $(EPOCROOT)epoc32/include pod-list.txt -c
 
-MAKMAKE BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL : 
+MAKMAKE FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL :