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 \