documentation/fshell_builddocs.mk
changeset 3 859da167ccfe
parent 0 7f656887cf89
child 8 eb5f524dc31d
--- a/documentation/fshell_builddocs.mk	Fri Jun 25 13:06:42 2010 +0100
+++ b/documentation/fshell_builddocs.mk	Sun Jul 04 15:58:56 2010 +0100
@@ -10,12 +10,12 @@
 # Accenture - Initial contribution
 #
 MAKMAKE :
-	..\tools\fsh-builddocs -i ../../epoc32/include pod-list.txt
+	..\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 : 
+BLD FREEZE LIB CLEANLIB RESOURCE SAVESPACE FINAL :