gnuowned / iac-libro

Other
26 stars 6 forks source link

crear un Makefile para la automatización #23

Closed miguelinux closed 3 years ago

miguelinux commented 3 years ago

Este Makefile tiene como proposito el facilitar la generación del libro usando solo el comando make.

También integra unos targets para la generación del libro usando un contenedor utilizando la herramienta podman.

Ejemplo:

$ make html
asciidoctor --doctype book -o html/IaC-libro.html IaC-libro.adoc

con podman:

$ make podman-html
asciidoctor --doctype book -o html/IaC-libro.html IaC-libro.adoc

Este Makefile se puede extender para que use docker en un futuro.

close #22