From 1972bc38d77125526cdcbb363b3a93b288201f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20=C5=A0egan?= Date: Sun, 21 Mar 2004 07:28:03 +0000 Subject: [PATCH] Add Serbian documentation to the build system. --- ChangeLog | 5 +++++ configure.in | 1 + help/Makefile.am | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec0ff2e..6574b87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-21 Danilo Segan + + * help/Makefile.am (SUBDIRS): Add "sr" to SUBDIRS. + * configure.in: Add help/sr/Makefile to AC_OUTPUT. + 2004-03-21 Danilo Segan * help/sr/*: Added Serbian translation of documentation (with 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