summaryrefslogtreecommitdiff
path: root/doc/de/Makefile.am
AgeCommit message (Collapse)Author
2018-03-11doc: replace "rm -f" by "$(RM)" in makefilesSébastien Helleu
2018-03-11doc: create symbolic links for weechat-headless man page in autotoolsSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-10-02core: add missing files docinfo.html in packages built by autotoolsSébastien Helleu
2016-05-15doc: fix source-highlighter in autotools (issue #722)Sébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu
2016-05-14doc: use asciidoctor instead of asciidoc (issue #722)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-14doc: remove build of asciidoc CSS filesSébastien Helleu
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems to not work well with dependencies across different directories (/doc and /doc/xx).
2015-01-12doc: add translators in docs, move table of contents on the left, build HTML5Sébastien Helleu
2015-01-03doc: fix compilation of man pages with autotools in source directorySébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-05-25doc: use .asciidoc extension instead of .txt for doc filesSébastien Helleu
2014-02-08doc: clean temporary files used to build man pages (autotools)Sebastien Helleu
2014-01-23doc: move asciidoc attributes from command line into filesSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-20doc: use asciidoc attribute for date of docs (fix cmake warning)Sebastien Helleu
CMake was displaying some warnings about a space in argument used for asciidoc command: -a date=`date "+%F"` Warning displayed: CMake Warning (dev) in doc/en/CMakeLists.txt: Syntax Warning in cmake code at /path/to/doc/en/CMakeLists.txt:41:82 Argument not separated from preceding token by whitespace. This warning is for project developers. Use -Wno-dev to suppress it.
2013-11-12doc: fix build of man page (add missing copy of file cmdline_options.xx.txt)Sebastien Helleu
2013-11-11doc: fix warnings on build of man page with a2x 8.6.9Sebastien Helleu
The -D/--destination-dir displays a warning for non HTML doc (so for man page). So the man page is copied to the build directory before being built.
2013-10-20doc: use asciidoc system attribute {sys:command} for year in copyright of ↵Sebastien Helleu
man page
2013-10-19doc: use asciidoc attribute for year in copyright of man pageSebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-31core: add cmake option ENABLE_MAN to compile man page (on by default)Sebastien Helleu
For configure, the option is "--disable-man".
2013-06-29doc: add flag "-L" for a2x when building man page (do not check asciidoc ↵Sebastien Helleu
output with xmllint)
2013-06-28core: update man page and add translations (in french, german, italian, and ↵Sebastien Helleu
japanese)
2013-01-01core: update copyright datesSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-04doc: fix toclevels (from 3 to 4) for user guide in Makefile.amSebastien Helleu
2011-10-10core: uninstall docs and weechat-plugin.h on "make uninstall", fix ↵Sebastien Helleu
compilation of doc in standalone package
2011-08-20doc: set asciidoc language with "-a lang=xx" to translate notes, tips, ↵Sebastien Helleu
warnings,...
2011-05-15core: fix compilation of doc in standalone packageSebastien Helleu
2011-03-16Use new style for keys in FAQSebastien Helleu
2011-02-25Add styles for keys in user guideSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-06Add some custom css styles for asciidocSebastien Helleu
2010-08-06Add missing autogen files for german user guideSebastien Helleu
2010-08-05Add german scripting guideSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-14Add german user guideSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-11-18Add italian docs: quickstart and testerSebastien Helleu
2009-09-10Add german FAQSebastien Helleu
2009-09-09Add german tester's guideSebastien Helleu
2009-09-05Add german quickstart guideSebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-15Convert some docs to asciidoc format, add tester's guide, remove some ↵Sebastien Helleu
obsolete docs
2009-04-24Remove old docs for notify pluginSebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and ↵Sebastien Helleu
infolists from user guide to developer guide