aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.bookup2
-rw-r--r--structure/00-preamble.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.bookup b/Makefile.bookup
index 417b56b..28ce544 100644
--- a/Makefile.bookup
+++ b/Makefile.bookup
@@ -15,7 +15,7 @@ BOOKUP ?= .
PROJECT ?= bookup
# Output file names (prefix)
-OUTPUT ?= $(PROJECT)
+OUTPUT ?= book
# Destination website hostname (for rsync+ssh)
WEBSITE ?= $(PROJECT)
diff --git a/structure/00-preamble.md b/structure/00-preamble.md
index 0bfae07..fea2bc0 100644
--- a/structure/00-preamble.md
+++ b/structure/00-preamble.md
@@ -44,10 +44,10 @@ if (knitr::is_html_output()) {
cat(readLines('snippets/cover.txt'), sep='\n')
cat("<h2>Versão PDF</h2>")
cat("\n")
- cat('Baixe a versão PDF <a href="essays.pdf">aqui</a>, ou navegue abaixo:')
+ cat('Baixe a versão PDF <a href="book.pdf">aqui</a>, ou navegue abaixo:')
cat("\n")
cat('<br/><br/>')
- cat('<embed src="essays.pdf" width="100%" height="375" type="application/pdf">')
+ cat('<embed src="book.pdf" width="100%" height="375" type="application/pdf">')
cat('<br/><br/>')
}
```