Files
podman/pkg/api/Makefile
baude 9be6f30a42 post-process swagger yaml for publish
Signed-off-by: baude <bbaude@redhat.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
2020-01-17 15:41:33 -05:00

6 lines
116 B
Makefile

SWAGGER_OUT ?= swagger.yaml
swagger:
swagger generate spec -o ${SWAGGER_OUT} -w ./
cat tags.yaml >> swagger.yaml