Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=f54e9d82d7b94f183a45a4de6dc1c76b7a8596fd
commit f54e9d82d7b94f183a45a4de6dc1c76b7a8596fd Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu Nov 22 14:09:17 2007 +0100 doc: import makefile and po4a config diff --git a/doc/po/Makefile b/doc/po/Makefile new file mode 100644 index 0000000..6a5a3f2 --- /dev/null +++ b/doc/po/Makefile @@ -0,0 +1,2 @@ +pot: + @cd .. && $(MAKE) pot diff --git a/doc/po4a.cfg b/doc/po4a.cfg new file mode 100644 index 0000000..1e73996 --- /dev/null +++ b/doc/po4a.cfg @@ -0,0 +1,21 @@ +# +# Configuration file for frugalwareutils documentation +# + +# NOTE: Here we list all the documents that are translated for at least one +# language. Feel free to add new documents, but keep in mind that it's no good +# translating developer-related documents. + +# language list +[po4a_langs] hu fr +[po4a_paths] po/mans.pot $lang:po/$lang.po +# alias +[po4a_alias: simpletext] text opt:"-o nobullets" + +[type: simpletext] grubconfig.txt $lang:$lang/grubconfig.txt +[type: simpletext] mouseconfig.txt $lang:$lang/mouseconfig.txt +[type: simpletext] netconfig.txt $lang:$lang/netconfig.txt +[type: simpletext] raidconfig.txt $lang:$lang/raidconfig.txt +[type: simpletext] timeconfig.txt $lang:$lang/timeconfig.txt +[type: simpletext] xconfig.txt $lang:$lang/xconfig.txt +[type: simpletext] xwmconfig.txt $lang:$lang/xwmconfig.txt _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
