From: Michal Vaner Date: Fri, 31 Oct 2008 18:53:05 +0000 (+0100) Subject: Doc system: Typos X-Git-Tag: holmes-import~218 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=40d4655860cd7e03368aec9e015c6c0a350bc190;p=libucw.git Doc system: Typos --- 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;