/[weechat]/weechat/doc/Makefile
ViewVC logotype

Diff of /weechat/doc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by flashcode, Sun Nov 23 13:15:27 2003 UTC revision 1.2 by flashcode, Thu Mar 10 17:29:27 2005 UTC
# Line 1  Line 1 
1  # Copyright (c) 2003 FlashCode <flashcode@flashtux.org>  # Copyright (c) 2003-2005 FlashCode <flashcode@flashtux.org>
2  #  #
3  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
4  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 15  Line 15 
15  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16  #  #
17    
18  all: weechat_doc_fr.texi weechat_doc_en.texi weechat_doc_pt.texi  all: weechat_doc_fr.texi weechat_doc_en.texi weechat_doc_pt.texi weechat_doc_es.texi
19          export LANG=fr_FR && makeinfo --html --no-split --number-sections weechat_doc_fr.texi          export LANG=fr_FR && makeinfo --html --no-split --number-sections weechat_doc_fr.texi
20          export LANG=fr_FR && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_fr.texi >weechat_doc_fr.txt          export LANG=fr_FR && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_fr.texi >weechat_doc_fr.txt
21          export LANG=en_EN && makeinfo --html --no-split --number-sections weechat_doc_en.texi          export LANG=en_EN && makeinfo --html --no-split --number-sections weechat_doc_en.texi
22          export LANG=en_EN && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_en.texi >weechat_doc_en.txt          export LANG=en_EN && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_en.texi >weechat_doc_en.txt
23            export LANG=es_ES && makeinfo --html --no-split --number-sections weechat_doc_es.texi
24            export LANG=es_ES && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_es.texi >weechat_doc_es.txt
25          export LANG=pt_PT && makeinfo --html --no-split --number-sections weechat_doc_pt.texi          export LANG=pt_PT && makeinfo --html --no-split --number-sections weechat_doc_pt.texi
26          export LANG=pt_PT && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_pt.texi >weechat_doc_pt.txt          export LANG=pt_PT && makeinfo --no-headers --no-warn --no-split --number-sections weechat_doc_pt.texi >weechat_doc_pt.txt
27          export LANG=fr_FR && texi2pdf weechat_doc_fr.texi          export LANG=fr_FR && texi2pdf weechat_doc_fr.texi
28          export LANG=en_EN && texi2pdf weechat_doc_en.texi          export LANG=en_EN && texi2pdf weechat_doc_en.texi
29            export LANG=es_ES && texi2pdf weechat_doc_es.texi
30          export LANG=pt_PT && texi2pdf weechat_doc_pt.texi          export LANG=pt_PT && texi2pdf weechat_doc_pt.texi
31    
32  clean:  clean:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26