Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
81
Issues
81
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
a4d77dd5
Commit
a4d77dd5
authored
Sep 21, 2012
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate html documentation in its own subdirectory and run hacha on it.
parent
6b662f87
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
.gitignore
.gitignore
+1
-1
Makefile.in
Makefile.in
+8
-3
configure.in
configure.in
+3
-0
No files found.
.gitignore
View file @
a4d77dd5
...
...
@@ -97,7 +97,7 @@ why3.conf
/doc/manual.out
/doc/*.haux
/doc/*.pdf
/doc/
manual.html
/doc/
html/
/doc/*.hind
/doc/*.htoc
/doc/bnf
...
...
Makefile.in
View file @
a4d77dd5
...
...
@@ -65,6 +65,7 @@ endif
RUBBER
=
@RUBBER@
HEVEA
=
@HEVEA@
HACHA
=
@HACHA@
#PSVIEWER = @PSVIEWER@
#PDFVIEWER = @PDFVIEWER@
...
...
@@ -1235,11 +1236,15 @@ doc/manual.pdf: $(BNFTEX) $(DOCTEX) doc/manual.bib
cd
doc
;
$(RUBBER)
--warn
all
--pdf
manual.tex
# the dependency on the pdf ensures the bbl was built
doc/manual.html
:
doc/manual.pdf
cd
doc
;
$(HEVEA)
-fix
fix.hva makeidx.hva manual.tex
doc/html/manual.html
:
doc/manual.pdf
cd
doc
;
rm
-rf
html
;
mkdir
-p
html
cd
doc
;
$(HEVEA)
-o
html/manual.html
-fix
fix.hva makeidx.hva manual.tex
doc/html/index.html
:
doc/html/manual.html
cd
doc
;
$(HACHA)
-tocbis
-o
html/index.html html/manual.html
clean
::
cd
doc
;
$(RUBBER)
--pdf
--clean
manual.tex
cd
doc
;
rm
-rf
html
;
$(RUBBER)
--pdf
--clean
manual.tex
else
...
...
configure.in
View file @
a4d77dd5
...
...
@@ -302,6 +302,9 @@ fi
# checking for hevea
AC_CHECK_PROG(HEVEA,hevea,hevea,no)
# checking for hacha
AC_CHECK_PROG(HACHA,hacha,hacha,no)
# checking for lablgtk2
if test "$enable_ide" = yes ; then
if test "$USEOCAMLFIND" = yes; then
...
...
Write
Preview
Markdown
is supported
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