Skip to content

Commit

Permalink
Merge branch 'master' into Issue5
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder authored Jul 8, 2022
2 parents cb8eb3e + d6bf815 commit 304bec9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
16 changes: 9 additions & 7 deletions config/spellcheck/wordlist
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
personal_ws-1.1 en 14
personal_ws-1.1 en 18
ABI
boolean
computable
destructors
IDEs
invariants
lawyering
metaprogramming
namespace
namespaces
ODR
preprocessor
redeclarations
toolchains
SFINAE
toolchain
boolean
lawyering
computable
toolchains
UDL
UDLs
IDEs
SFINAE
9 changes: 8 additions & 1 deletion sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ contributors.md:
# Establish Pandoc settings.
################################################################################

PANDOC_OPTIONS += --verbose
PANDOC_OPTIONS += --toc --toc-depth 3
PANDOC_OPTIONS += --number-sections
PANDOC_OPTIONS += --standalone
Expand All @@ -136,6 +137,12 @@ EPUB_CSS_FILE = css/default-pandoc.css
#HTML_TEMPLATE = templates/bootstrap_menu.html
HTML_TEMPLATE = $(TOP_DIR)/config/pandoc_templates/uikit.html

#MAKEINFO_OPTIONS += --no-warn
MAKEINFO_OPTIONS += --error-limit 1000000000000
#MAKEINFO_OPTIONS += --verbose
MAKEINFO_OPTIONS += --no-validate
MAKEINFO_OPTIONS += --force

################################################################################
# Rules for generating the document in various formats.
################################################################################
Expand All @@ -156,7 +163,7 @@ guidelines.docbook: $(GENERATED_MARKDOWN)
pandoc $(PANDOC_OPTIONS) --from $(INPUT_FORMAT) -o $@ main.gen.md

guidelines_html: guidelines.texi
makeinfo --no-validate --force --html -o guidelines_html guidelines.texi
makeinfo $(MAKEINFO_OPTIONS) --html -o guidelines_html guidelines.texi

guidelines.tex:
pandoc $(PANDOC_OPTIONS) --from $(INPUT_FORMAT) --to latex -o $@ main.gen.md
Expand Down

0 comments on commit 304bec9

Please sign in to comment.