From 40d4655860cd7e03368aec9e015c6c0a350bc190 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 31 Oct 2008 19:53:05 +0100 Subject: [PATCH] Doc system: Typos --- ucw/doc/Makefile | 1 - ucw/perl/UCW/Configure/Doc.pm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index f7d5cddd..53d3eed7 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -22,4 +22,3 @@ endif install-libucw-docs: $(UCW_INDEX) $(UCW_DOCS_HTML) install -d -m 755 $(DESTDIR)$(INSTALL_DOC_DIR)/ucw/ install -m 644 $^ $(DESTDIR)$(INSTALL_DOC_DIR)/ucw/ - diff --git a/ucw/perl/UCW/Configure/Doc.pm b/ucw/perl/UCW/Configure/Doc.pm index fe5a8a14..e15e4edd 100644 --- a/ucw/perl/UCW/Configure/Doc.pm +++ b/ucw/perl/UCW/Configure/Doc.pm @@ -1,7 +1,7 @@ # UCW Library configuration system: documentation requirements # (c) 2008 Michal Vaner -package UCW::Configure::Paths; +package UCW::Configure::Doc; use UCW::Configure; use strict; -- 2.39.2