diff options
author | Julien Louis <ptitlouis@sysif.net> | 2006-12-01 22:38:20 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2006-12-01 22:38:20 +0000 |
commit | 875d1e5feef1c23dbd0d170d6171c3ee927a37ba (patch) | |
tree | a16fa68ea24ea38579cbf9236db3f690920c4ebe /doc/fr | |
parent | ac52a1d607655ed55aec7962e77d0f295bd2cab2 (diff) | |
download | weechat-875d1e5feef1c23dbd0d170d6171c3ee927a37ba.zip |
Documentation can now be built in pdf format
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/Makefile.am | 18 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 2 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 2 |
3 files changed, 18 insertions, 4 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 568a2fca7..7e30b92f8 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -22,9 +22,13 @@ QUICKSTART = weechat_quickstart.$(LANGCODE).txt EXTRA_DIST = $(BOOK).xml $(BOOK_INCLUDE) $(QUICKSTART) +if DBLATEX_FOUND +PDF = pdf-stamp +endif + docdir = $(datadir)/doc/$(PACKAGE) -all-local: html-stamp +all-local: html-stamp $(PDF) # HTML output with chunks (many pages) @@ -48,16 +52,26 @@ html1-stamp: $(BOOK).xml $(BOOK_INCLUDE) ../weechat-html-one.xsl ../weechat-doc. cp ../weechat-doc.css html1/ touch html1-stamp +# PDF output + +pdf: pdf-stamp + +pdf-stamp: $(BOOK).xml $(BOOK_INCLUDE) + echo "<pubdate>`date '+%F %T'`</pubdate>" >date.xml + dblatex -c ../dblatex.conf $(BOOK).xml || true + touch pdf-stamp + # install docs install-data-hook: $(mkinstalldirs) $(DESTDIR)$(docdir)/html/$(LANGCODE)/ $(INSTALL_DATA) html/* $(DESTDIR)$(docdir)/html/$(LANGCODE)/ $(INSTALL_DATA) $(QUICKSTART) $(DESTDIR)$(docdir)/ + $(INSTALL_DATA) $(BOOK).pdf $(DESTDIR)$(docdir)/ # clean clean-local: -rm -f $(BOOK).html $(BOOK).pdf $(BOOK).txt date.xml -rm -rf html/ html1/ - -rm -f html-stamp html1-stamp + -rm -f html-stamp html1-stamp pdf-stamp diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 50f55f7e5..c25b990e3 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -1019,7 +1019,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <para> Liste des options du fichier de configuration : <informaltable colsep="0" frame="none"> - <tgroup cols="2"> + <tgroup cols="5"> <thead> <row> <entry>Option</entry> diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index c6d9b5b91..a2b126fa2 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -218,7 +218,7 @@ gestion des fenętres list: liste les fenętres ouvertes (pas de paramčtre affiche cette liste) -1: saute ŕ la fenętre précédente +1: saute ŕ la fenętre suivante - b#: saute ŕ la fenętre affichant le tampon n°# + b#: saute ŕ la fenętre affichant le tampon # up: saute ŕ la fenętre au dessus down: saute ŕ la fenętre au dessous left: saute ŕ la fenętre ŕ gauche |