* 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>
|
||||
|
||||
* 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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue