]> mj.ucw.cz Git - libucw.git/commitdiff
Doc system: Typos
authorMichal Vaner <vorner@ucw.cz>
Fri, 31 Oct 2008 18:53:05 +0000 (19:53 +0100)
committerMichal Vaner <vorner@ucw.cz>
Fri, 31 Oct 2008 18:53:05 +0000 (19:53 +0100)
ucw/doc/Makefile
ucw/perl/UCW/Configure/Doc.pm

index f7d5cddd0c870da9bb437a050e34a25a4d146eb8..53d3eed79dccb6f72caf5a1e28a8cd9cf1be730e 100644 (file)
@@ -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/
-
index fe5a8a14d2161ec86d4a461663a8ab1ade80f7eb..e15e4eddf8181843c92559de3fbe67a70bca5e02 100644 (file)
@@ -1,7 +1,7 @@
 # UCW Library configuration system: documentation requirements
 # (c) 2008 Michal Vaner <vorner@ucw.cz>
 
-package UCW::Configure::Paths;
+package UCW::Configure::Doc;
 use UCW::Configure;
 
 use strict;