components/mercurial/Makefile
changeset 206 a4474882bf60
parent 196 816e398e992c
child 400 675bae2e4833
equal deleted inserted replaced
205:777251fa3676 206:a4474882bf60
    36 include $(WS_TOP)/make-rules/ips.mk
    36 include $(WS_TOP)/make-rules/ips.mk
    37 
    37 
    38 PKG_MACROS +=		PYTHON_LIB=$(PYTHON_LIB)
    38 PKG_MACROS +=		PYTHON_LIB=$(PYTHON_LIB)
    39 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/contrib
    39 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/contrib
    40 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/doc
    40 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/doc
    41 PUBLISH_TRANSFORMS +=	$(WS_TOP)/transforms/autopyc
       
    42 
    41 
    43 # Set mod time of patched file from patch.  Use this to ensure that the .py
    42 # Set mod time of patched file from patch.  Use this to ensure that the .py
    44 # file consistently gets the same timestamp.
    43 # file consistently gets the same timestamp.
    45 $(SOURCE_DIR)/.https_proxy.patched: GPATCH_FLAGS += -Z
    44 $(SOURCE_DIR)/.https_proxy.patched: GPATCH_FLAGS += -Z
    46 
    45