diff --git a/.gitignore b/.gitignore
index f718ecd1c..a58772d42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,13 +9,11 @@
*.lo
*.m4
*.o
-*.pdf
*.Plo
*.Po
*.so
*.so.0
*.so.0.0.0
-*.xsl
ABOUT-NLS
autom4te*
@@ -27,7 +25,6 @@ config.rpath
config.status
config.sub
configure
-date.xml
debian/*.log
depcomp
insert-header.sin
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef1f4d20c..f6c9bd47f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,10 +132,10 @@ SET(CPACK_SOURCE_IGNORE_FILES "/\\\\.git" "/build/" "/m4/"
"/config\\\\.h.in$" "/config\\\\.log$" "/config\\\\.rpath$"
"/config\\\\.status$" "/config\\\\.sub$" "/configure$" "/depcomp$"
"/install-sh$" "/missing$" "/intl/" "/libtool$" "/\\\\.libs/"
- "/ltmain\\\\.sh$" "/\\\\.deps/" "/date\\\\.xml$" "/html/" "/html1/"
- "\\\\.pdf$" "/Makefile$" "/Makefile\\\\.in$" "stamp" "/po/.*\\\\.header$"
- "\\\\.gmo$" "~$" "\\\\.o$" "\\\\.lo$" "\\\\.a$" "\\\\.la$" "\\\\.lai$"
- "\\\\.Plo$" "/weechat-curses$" "/weechat-gtk$"
+ "/ltmain\\\\.sh$" "/\\\\.deps/" "/html/" "/html1/" "/Makefile$"
+ "/Makefile\\\\.in$" "stamp" "/po/.*\\\\.header$" "\\\\.gmo$" "~$" "\\\\.o$"
+ "\\\\.lo$" "\\\\.a$" "\\\\.la$" "\\\\.lai$" "\\\\.Plo$" "/weechat-curses$"
+ "/weechat-gtk$"
)
INCLUDE(CPack)
diff --git a/doc/docgen.pl b/doc/docgen.pl
index d18e2029d..7ca26c69f 100644
--- a/doc/docgen.pl
+++ b/doc/docgen.pl
@@ -15,7 +15,7 @@
# along with this program. If not, see .
#
-# Documentation generator for WeeChat: build XML include files with commands,
+# Documentation generator for WeeChat: build include files with commands,
# options, infos and completions for WeeChat core and plugins.
#
# Instructions to build config files yourself in WeeChat directories (replace
@@ -26,7 +26,7 @@
# /set plugins.var.perl.docgen.path "~/src/weechat/doc"
# 3. run docgen command:
# /docgen
-# XML files should be in ~/src/weechat/doc/xx/autogen/ (where xx is language)
+# Files should be in ~/src/weechat/doc/xx/autogen/ (where xx is language)
#
# Script written on 2008-08-22 by FlashCode
#