* doc/Makefile.am (stamp): Prefix $(srcdir) explicitely.
This commit is contained in:
parent
98a31af495
commit
7824dd7ada
2 changed files with 10 additions and 8 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
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).
|
* m4/buddy.m4 (BUDDY_LDFLAGS): Use $(top_builddir), not $(top_srcdir).
|
||||||
* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
|
* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@ DOXYGEN = doxygen
|
||||||
|
|
||||||
.PHONY: doc spot
|
.PHONY: doc spot
|
||||||
|
|
||||||
all-local: stamp
|
all-local: $(srcdir)/stamp
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
rm stamp
|
rm $(srcdir)/stamp
|
||||||
$(AMKE) stamp
|
$(AMKE) $(srcdir)/stamp
|
||||||
|
|
||||||
stamp: Doxyfile.in ../configure.ac
|
$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
||||||
$(MAKE) Doxyfile
|
$(MAKE) Doxyfile
|
||||||
rm -rf spot.html spot.latex
|
rm -rf spot.html spot.latex
|
||||||
$(DOXYGEN)
|
$(DOXYGEN)
|
||||||
: > $@
|
touch $@
|
||||||
|
|
||||||
spot.html: stamp
|
spot.html: $(srcdir)/stamp
|
||||||
spot.latex: stamp
|
spot.latex: $(srcdir)/stamp
|
||||||
|
|
||||||
EXTRA_DIST = stamp spot.html
|
EXTRA_DIST = $(srcdir)/stamp spot.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue