Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b53d8aac
Commit
b53d8aac
authored
Jun 30, 2003
by
Alexandre Duret-Lutz
Browse files
* doc/Doxygen.in: Enable LaTeX output.
* doc/Makefile.am (spotref.pdf): New rule. (EXTRA_DIST): Add spotref.pdf.
parent
12f66a3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b53d8aac
2003-06-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* doc/Doxygen.in: Enable LaTeX output.
* doc/Makefile.am (spotref.pdf): New rule.
(EXTRA_DIST): Add spotref.pdf.
* src/tgba/tgbabddconcretefactory.cc:
(tgba_bdd_concrete_factory::tgba_bdd_concrete_factory): New.
(tgba_bdd_concrete_factory::create_state): Update now_to_next_.
...
...
doc/Doxyfile.in
View file @
b53d8aac
...
...
@@ -111,16 +111,16 @@ TREEVIEW_WIDTH = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX =
NO
LATEX_OUTPUT = spot.tex
LATEX_CMD_NAME =
la
tex
GENERATE_LATEX =
YES
LATEX_OUTPUT = spot.
la
tex
LATEX_CMD_NAME = tex
i2dvi --pdf
MAKEINDEX_CMD_NAME = makeindex
COMPACT_LATEX =
NO
COMPACT_LATEX =
YES
PAPER_TYPE = a4wide
EXTRA_PACKAGES =
LATEX_HEADER =
PDF_HYPERLINKS =
NO
USE_PDFLATEX =
NO
PDF_HYPERLINKS =
YES
USE_PDFLATEX =
YES
LATEX_BATCHMODE = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
...
...
doc/Makefile.am
View file @
b53d8aac
...
...
@@ -17,4 +17,9 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
spot.html
:
$(srcdir)/stamp
spot.latex
:
$(srcdir)/stamp
EXTRA_DIST
=
$(srcdir)
/stamp spot.html mainpage.dox
$(srcdir)/spotref.pdf
:
$(srcdir)/stamp
cd
spot.latex
\
&&
texi2dvi
--pdf
refman.tex
\
&&
cd
..
&&
mv
-f
spot.latex/refman.pdf
$@
EXTRA_DIST
=
$(srcdir)
/stamp spot.html mainpage.dox
$(srcdir)
/spotref.pdf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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