* doc/Makefile.am ($(srcdir)/stamp): Do not depend on dot
explicitly, otherwise the documentation is always built and distcheck fails.
This commit is contained in:
parent
34728dca52
commit
ca1bec3093
2 changed files with 13 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2010-01-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* doc/Makefile.am ($(srcdir)/stamp): Do not depend on dot
|
||||||
|
explicitly, otherwise the documentation is always built and
|
||||||
|
distcheck fails.
|
||||||
|
|
||||||
2010-01-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-01-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
More Doxygen fixes.
|
More Doxygen fixes.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
## Copyright (C) 2010 Laboratoire de Recherche et Développement de
|
||||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
## l'Epita (LRDE).
|
||||||
## et Marie Curie.
|
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
|
||||||
|
## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||||
|
## Université Pierre et Marie Curie.
|
||||||
##
|
##
|
||||||
## This file is part of Spot, a model checking library.
|
## This file is part of Spot, a model checking library.
|
||||||
##
|
##
|
||||||
|
|
@ -34,8 +36,8 @@ fast-doc:
|
||||||
$(DOXYGEN)
|
$(DOXYGEN)
|
||||||
touch $(srcdir)/stamp
|
touch $(srcdir)/stamp
|
||||||
|
|
||||||
$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac dot
|
$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
||||||
$(MAKE) Doxyfile
|
$(MAKE) Doxyfile dot
|
||||||
-rm -rf spot.html spot.latex
|
-rm -rf spot.html spot.latex
|
||||||
$(DOXYGEN)
|
$(DOXYGEN)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue