Skip to content

Commit 4d6a595

Browse files
committed
Makefile simples para exportar o cookbook e book.toml atualizado.
1 parent 08bb226 commit 4d6a595

12 files changed

+39
-32
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export:
2+
rm -rf book/
3+
rm -rf docs/*
4+
mdbook build
5+
cp book/* docs/ -r

book.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[book]
2-
authors = []
2+
title = "The Common Lisp Cookbook (PT-BR)"
3+
description = "Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)"
4+
authors = []
35
multilingual = false
4-
src = "src"
6+
src = "src"

docs/about.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Sobre o Livro - </title>
5+
<title>Sobre o Livro - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/ch01-comecando/ch01-01_instalando.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Instalando uma implementação - </title>
5+
<title>Instalando uma implementação - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/ch01-comecando/ch01-02_iniciando-repl.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Iniciando um REPL - </title>
5+
<title>Iniciando um REPL - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/ch01-comecando/ch01-03_bibliotecas.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Bibliotecas - </title>
5+
<title>Bibliotecas - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/ch01-comecando/ch01-04_terminologia.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Terminologia - </title>
5+
<title>Terminologia - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/ch01-comecando/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Começando - </title>
5+
<title>Começando - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Sobre o Livro - </title>
5+
<title>Sobre o Livro - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -98,7 +98,7 @@
9898
</ul>
9999
</div>
100100

101-
<h1 class="menu-title"></h1>
101+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
102102

103103
<div class="right-buttons">
104104
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/license.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Licença - </title>
5+
<title>Licença - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/null.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Miscelânea - </title>
5+
<title>Miscelânea - The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

docs/print.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title></title>
5+
<title>The Common Lisp Cookbook (PT-BR)</title>
66
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
7-
<meta name="description" content="">
7+
<meta name="description" content="Tradução para Português Brasileiro do Common Lisp Cookbook (em progresso)">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

@@ -99,7 +99,7 @@
9999
</ul>
100100
</div>
101101

102-
<h1 class="menu-title"></h1>
102+
<h1 class="menu-title">The Common Lisp Cookbook (PT-BR)</h1>
103103

104104
<div class="right-buttons">
105105
<a href="print.html" title="Print this book" aria-label="Print this book">

0 commit comments

Comments
 (0)