diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-08 16:17:18 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-08 16:17:18 +0100 |
commit | cf5009468e7d7c40113f31a4c3aa539b485c43d3 (patch) | |
tree | 5989d4fdbaa46337e86bc815ce5e72105f44a6ee | |
parent | d64aaed29bd6cd9f812c11103d965e505357d804 (diff) | |
download | weechat-cf5009468e7d7c40113f31a4c3aa539b485c43d3.zip |
Remove reference to old xml and pdf files
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 8 | ||||
-rw-r--r-- | doc/docgen.pl | 4 |
3 files changed, 6 insertions, 9 deletions
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 <http://www.gnu.org/licenses/>. # -# 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 <flashcode@flashtux.org> # |