equal
deleted
inserted
replaced
40 PKGDEPEND = /usr/bin/pkgdepend |
40 PKGDEPEND = /usr/bin/pkgdepend |
41 |
41 |
42 # Add some default transforms that should apply to everyone |
42 # Add some default transforms that should apply to everyone |
43 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/defaults |
43 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/defaults |
44 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/actuators |
44 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/actuators |
|
45 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/devel |
|
46 PKGMOGRIFY_TRANSFORMS += $(WS_TOP)/transforms/docs |
45 |
47 |
46 .DEFAULT: publish |
48 .DEFAULT: publish |
47 |
49 |
48 publish: $(COMPONENT_SRC)/.published |
50 publish: $(COMPONENT_SRC)/.published |
49 |
51 |