diff options
Diffstat (limited to 'gettext-tools/styles')
-rw-r--r-- | gettext-tools/styles/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/styles/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-tools/styles/ChangeLog b/gettext-tools/styles/ChangeLog index 744c928..82ca6df 100644 --- a/gettext-tools/styles/ChangeLog +++ b/gettext-tools/styles/ChangeLog @@ -1,3 +1,7 @@ +2007-10-31 Bruno Haible <bruno@clisp.org> + + * Makefile.am (EXTRA_DIST): New variable. + 2007-10-28 Bruno Haible <bruno@clisp.org> * po-default.css: Completely redesigned. diff --git a/gettext-tools/styles/Makefile.am b/gettext-tools/styles/Makefile.am index dc6f9b1..e24e4ea 100644 --- a/gettext-tools/styles/Makefile.am +++ b/gettext-tools/styles/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/styles subdirectory of GNU gettext -## Copyright (C) 2006 Free Software Foundation, Inc. +## Copyright (C) 2006-2007 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -25,3 +25,5 @@ styles_DATA = \ po-default.css \ po-vim.css \ po-emacs-x.css po-emacs-xterm256.css po-emacs-xterm16.css po-emacs-xterm.css + +EXTRA_DIST = $(styles_DATA) |