Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 ashish 1
EDOC_PATH=../../../tools/utilities
2
 
3
#single place to include docs from.
4
docs:
5
	@mkdir -p ../doc
6
	@echo -n $${MY_BLUE:-$(BLUE)}; \
7
	$(EDOC_PATH)/edoc $(APP_NAME); \
8
	if [ $$? -eq 0 ]; then \
9
		echo $${MY_LRED:-$(LRED)}"$$d Doc Failed"; \
10
	fi; \
11
	echo -n $(OFF)$(NO_COLOR)	
12