diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | help/Makefile.am | 3 |
3 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-03-21 Danilo Segan <dsegan@gmx.net> + * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. + * configure.in: Add help/sr/Makefile to AC_OUTPUT. + +2004-03-21 Danilo Segan <dsegan@gmx.net> + * help/sr/*: Added Serbian translation of documentation (with screenshots); build system not adjusted yet. diff --git a/configure.in b/configure.in index 67eb8673..ba4aa81c 100644 --- a/configure.in +++ b/configure.in @@ -62,4 +62,5 @@ src/gdialog data/Makefile help/Makefile help/C/Makefile +help/sr/Makefile ]) diff --git a/help/Makefile.am b/help/Makefile.am index 01f32c9f..df5070d8 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = \ - C + C \ + sr |