Skip to content

Commit 46fe75f

Browse files
committed
Merge branch 'DOC-204_papi_catalog' of github.com:segmentio/segment-docs into DOC-204_papi_catalog
2 parents 8e69e14 + 0faaeb0 commit 46fe75f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Makefile

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,27 @@ serve: package
5353
.PHONY: catalog
5454
catalog: catalog-papi
5555

56+
# uses the old configapi
5657
.PHONY: capi
5758
capi: vendor/bundle
5859
@node scripts/catalog-capi.js
5960

60-
#backcompat alias
61-
.PHONY: papi
62-
papi: vendor/bundle
63-
@node scripts/catalog_papi.js
61+
# shorter alias
62+
.PHONY: catalog-capi
63+
catalog-capi: vendor/bundle
64+
@node scripts/catalog-capi.js
6465

66+
# uses the new public api
6567
.PHONY: catalog-papi
6668
catalog-papi: vendor/bundle
6769
@node scripts/catalog_papi.js
6870

71+
# shorter alias
72+
.PHONY: papi
73+
papi: vendor/bundle
74+
@node scripts/catalog_papi.js
75+
76+
6977
.PHONY: changelog
7078
changelog: vendor/bundle
7179
@node scripts/changelog.js

0 commit comments

Comments
 (0)