From 91de3b0ccf54b92cfe8a29ac1899e2ab0aae5f0f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 27 Jun 2013 22:43:03 +0200 Subject: [PATCH] use page break feature from the new txt2html --- mkdocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.sh b/mkdocs.sh index 02d81a7dc7..d9d49dc561 100755 --- a/mkdocs.sh +++ b/mkdocs.sh @@ -17,7 +17,7 @@ done make -C txt2html # convert all .txt files to html -./txt2html/txt2html doc/*.txt +./txt2html/txt2html -b doc/*.txt # check if we have any new html files, # that are not yet in the book file.