summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in1
-rw-r--r--help/Makefile.am3
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0ff2e..6574b87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 67eb867..ba4aa81 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 01f32c9..df5070d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,2 +1,3 @@
SUBDIRS = \
- C
+ C \
+ sr