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