From 54a7b2172a35e5e351432901fefc43c2b06391c3 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Fri, 17 Oct 2008 11:52:59 +0000 Subject: [PATCH] libsimpleio: (gerd) don't reference non-existing header.html --- doc/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b011371..8e10565 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -11,4 +11,4 @@ all: $(MANUALS) html/index.html: $(top_srcdir)/simpleio/*.cpp $(top_srcdir)/simpleio/*.hpp $(top_srcdir)/glue_t2n/*.hpp $(top_srcdir)/glue_t2n/*.cpp $(srcdir)/index.doc Doxyfile $(DOXYGEN) -EXTRA_DIST = index.doc header.html Doxyfile.in +EXTRA_DIST = index.doc Doxyfile.in -- 1.7.1