modificar archivos para el makefile
This commit is contained in:
parent
c884d1606a
commit
c37437413f
4
Makefile
4
Makefile
@ -1,11 +1,11 @@
|
|||||||
BUILD = build
|
BUILD = build
|
||||||
BOOKNAME = the_mediocre_programmer
|
BOOKNAME = el_programador_mediocre
|
||||||
TITLE = title.txt
|
TITLE = title.txt
|
||||||
METADATA_XML = metadata.xml
|
METADATA_XML = metadata.xml
|
||||||
METADATA_YAML = metadata.yaml
|
METADATA_YAML = metadata.yaml
|
||||||
CHAPTERS = intro.md chapter01.md chapter02.md chapter03.md chapter04.md chapter05.md chapter06.md chapter07.md epilogue.md gratitude.md appendixa.md
|
CHAPTERS = intro.md chapter01.md chapter02.md chapter03.md chapter04.md chapter05.md chapter06.md chapter07.md epilogue.md gratitude.md appendixa.md
|
||||||
TOC = --toc --toc-depth=2
|
TOC = --toc --toc-depth=2
|
||||||
COVER_IMAGE = images/cover_ebook_1600x2400.png
|
COVER_IMAGE = images/el_programador_mediocre.png
|
||||||
LATEX_CLASS = book
|
LATEX_CLASS = book
|
||||||
FONTS = fonts/LinBiolinum_R.ttf fonts/LinBiolinum_RI.ttf fonts/LinBiolinum_RB.ttf
|
FONTS = fonts/LinBiolinum_R.ttf fonts/LinBiolinum_RI.ttf fonts/LinBiolinum_RB.ttf
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<dc:rights>Copyright 2020, Craig Maloney. Released under a CC-BY-SA International 4.0 License</dc:rights>
|
<dc:rights>Copyright 2020, Craig Maloney. Publicado bajo licencia CC-BY-SA International 4.0. Copyright 2022 de la traducción al español, publicada bajo la misma licencia que el original</dc:rights>
|
||||||
<dc:language>en-US</dc:language>
|
<dc:language>es-ES</dc:language>
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: 'The Mediocre Programmer'
|
title: 'El programador mediocre'
|
||||||
author:
|
author:
|
||||||
- Craig Maloney
|
- Craig Maloney
|
||||||
|
- Victorhck
|
||||||
contributors:
|
contributors:
|
||||||
- artist: David Revoy
|
- artist: David Revoy
|
||||||
editor: Sharon Maloney
|
editor: Sharon Maloney
|
||||||
publisher: 'Craig Maloney'
|
publisher: 'Victorhck'
|
||||||
website: 'http://themediocreprogrammer.com'
|
website: 'https://victorhck.gitbook.io/el-programador-mediocre/'
|
||||||
tags: [developer, programmer, mediocre]
|
tags: [developer, programmer, mediocre]
|
||||||
year: 2020
|
year: 2022
|
||||||
cover-image: './images/cover.png'
|
cover-image: './images/el_programador_mediocre.png'
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user