From 5be1dd650e16cac65df163b3866b583e22155e71 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Jun 2024 11:36:16 -0300 Subject: Make 'book' the default output name --- Makefile.bookup | 2 +- structure/00-preamble.md | 4 ++-- 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("

Versão PDF

") cat("\n") - cat('Baixe a versão PDF aqui, ou navegue abaixo:') + cat('Baixe a versão PDF aqui, ou navegue abaixo:') cat("\n") cat('

') - cat('') + cat('') cat('

') } ``` -- cgit v1.2.3