From a8d7b4ebf2b37f3972ad883c4261b36774942da7 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 14 Feb 2007 06:12:24 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 1 + doc/html/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4c2b7735..119762d6 100644 --- a/configure.in +++ b/configure.in @@ -337,6 +337,7 @@ AC_CONFIG_FILES([ \ doc/Makefile \ doc/html/Makefile \ doc/html/images/Makefile \ + doc/html/images/hw/Makefile \ doc/html/ru/Makefile \ m4/Makefile \ man/Makefile \ diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 23ad499c..58e4ecce 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = ru images docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html -doc_DATA = \ +doc_DATA = \ changelog.html \ comparison.html \ developers.html \