summaryrefslogtreecommitdiff
path: root/help/sr/Makefile.am
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@src.gnome.org>2004-03-21 06:45:50 +0000
committerDanilo Šegan <danilo@src.gnome.org>2004-03-21 06:45:50 +0000
commit4ff719945c6116d60f6655ef60057a23e6a76c10 (patch)
tree3d0b976707b430434f4052c7872e6ee7b1702feb /help/sr/Makefile.am
parentUpdated Hungarian translation. (diff)
downloadzenity-4ff719945c6116d60f6655ef60057a23e6a76c10.tar.gz
zenity-4ff719945c6116d60f6655ef60057a23e6a76c10.tar.bz2
zenity-4ff719945c6116d60f6655ef60057a23e6a76c10.zip
Added Serbian translation of documentation.
Diffstat (limited to 'help/sr/Makefile.am')
-rw-r--r--help/sr/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/help/sr/Makefile.am b/help/sr/Makefile.am
new file mode 100644
index 00000000..4e04839d
--- /dev/null
+++ b/help/sr/Makefile.am
@@ -0,0 +1,7 @@
+figdir = figures
+docname = zenity
+lang = sr
+omffile = zenity-sr.omf
+entities = legal.xml
+include $(top_srcdir)/xmldocs.make
+dist-hook: app-dist-hook
bgstack15