From ca1bec3093286ce5a40548be9c695417998577b2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 31 Jan 2010 21:48:29 +0100 Subject: [PATCH] * doc/Makefile.am ($(srcdir)/stamp): Do not depend on dot explicitly, otherwise the documentation is always built and distcheck fails. --- ChangeLog | 6 ++++++ doc/Makefile.am | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91c8c5a0e..745a98457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-01-31 Alexandre Duret-Lutz + + * 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 More Doxygen fixes. diff --git a/doc/Makefile.am b/doc/Makefile.am index 4e2cc310f..451689b33 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,8 @@ -## 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. +## Copyright (C) 2010 Laboratoire de Recherche et Développement de +## l'Epita (LRDE). +## 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. ## @@ -34,8 +36,8 @@ fast-doc: $(DOXYGEN) touch $(srcdir)/stamp -$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac dot - $(MAKE) Doxyfile +$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac + $(MAKE) Doxyfile dot -rm -rf spot.html spot.latex $(DOXYGEN) touch $@