Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
a65e2836
Commit
a65e2836
authored
Sep 21, 2012
by
Guillaume Melquiond
Browse files
Fix output of backslashes in html documentation.
parent
b37c6029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
a65e2836
...
@@ -1236,7 +1236,7 @@ doc/manual.pdf: $(BNFTEX) $(DOCTEX) doc/manual.bib
...
@@ -1236,7 +1236,7 @@ doc/manual.pdf: $(BNFTEX) $(DOCTEX) doc/manual.bib
cd
doc
;
$(RUBBER)
--warn
all
--pdf
manual.tex
cd
doc
;
$(RUBBER)
--warn
all
--pdf
manual.tex
# the dependency on the pdf ensures the bbl was built
# the dependency on the pdf ensures the bbl was built
doc/html/manual.html
:
doc/manual.pdf
doc/html/manual.html
:
doc/manual.pdf
doc/fix.hva
cd
doc
;
rm
-rf
html
;
mkdir
-p
html
cd
doc
;
rm
-rf
html
;
mkdir
-p
html
cp
doc/manual.bbl doc/html/
cp
doc/manual.bbl doc/html/
cd
doc
;
$(HEVEA)
-o
html/manual.html
-fix
fix.hva makeidx.hva manual.tex
cd
doc
;
$(HEVEA)
-o
html/manual.html
-fix
fix.hva makeidx.hva manual.tex
...
...
doc/fix.hva
View file @
a65e2836
\usepackage{book}
\usepackage{book}
\newcommand{\fontsize}[2]{}
\newcommand{\fontsize}[2]{}
\newcommand{\bs}{\textbackslash}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment