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
7824dd7a
Commit
7824dd7a
authored
Jun 26, 2003
by
Alexandre Duret-Lutz
Browse files
* doc/Makefile.am (stamp): Prefix $(srcdir) explicitely.
parent
98a31af4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7824dd7a
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* doc/Makefile.am (stamp): Prefix $(srcdir) explicitely.
* m4/buddy.m4 (BUDDY_LDFLAGS): Use $(top_builddir), not $(top_srcdir).
* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
...
...
doc/Makefile.am
View file @
7824dd7a
...
...
@@ -2,19 +2,19 @@ DOXYGEN = doxygen
.PHONY
:
doc spot
all-local
:
stamp
all-local
:
$(srcdir)/
stamp
doc
:
rm
stamp
$(AMKE)
stamp
rm
$(srcdir)
/
stamp
$(AMKE)
$(srcdir)
/
stamp
stamp
:
Doxyfile.in ..
/configure.ac
$(srcdir)/stamp
:
$(srcdir)/Doxyfile.in $(top_srcdir)
/configure.ac
$(MAKE)
Doxyfile
rm
-rf
spot.html spot.latex
$(DOXYGEN)
:
>
$@
touch
$@
spot.html
:
stamp
spot.latex
:
stamp
spot.html
:
$(srcdir)/
stamp
spot.latex
:
$(srcdir)/
stamp
EXTRA_DIST
=
stamp spot.html
EXTRA_DIST
=
$(srcdir)
/
stamp spot.html
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