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
4531700d
Commit
4531700d
authored
Aug 12, 2004
by
Alexandre Duret-Lutz
Browse files
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
* doc/Makefile.am (dist_pkgdata_DATA): Add spot.tag.
parent
8f502a8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4531700d
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
* doc/Makefile.am (dist_pkgdata_DATA): Add spot.tag.
* src/tgbatest/ltl2tgba.cc (syntax): Typo.
* doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its
...
...
doc/Doxyfile.in
View file @
4531700d
...
...
@@ -1001,7 +1001,7 @@ TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE =
GENERATE_TAGFILE =
@srcdir@/spot.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes
...
...
doc/Makefile.am
View file @
4531700d
...
...
@@ -35,7 +35,7 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
$(DOXYGEN)
touch
$@
$(srcdir)/spot.html
:
$(srcdir)/stamp
$(srcdir)/spot.html
$(srcdir)/spot.tag
:
$(srcdir)/stamp
spot.latex
:
$(srcdir)/stamp
$(srcdir)/spotref.pdf
:
$(srcdir)/stamp
...
...
@@ -43,6 +43,10 @@ $(srcdir)/spotref.pdf: $(srcdir)/stamp
&&
texi2dvi
--pdf
refman.tex
\
&&
cd
..
&&
mv
-f
spot.latex/refman.pdf
$@
# spot.tag is useful to third-party packages that must link to the
# Spot documentation.
dist_pkgdata_DATA
=
$(srcdir)
/spot.tag
EXTRA_DIST
=
\
footer.html
\
mainpage.dox
\
...
...
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