diff options
author | Bruno Haible <bruno@clisp.org> | 2007-11-01 00:47:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:28 +0200 |
commit | 63543fc65d1c5c4069968b517c7fd21ccfa1865e (patch) | |
tree | faf3876a90a6d523f83373ba447c53f2e7baea4d | |
parent | 2d2131c27db9ef07fbdff4cb0ec815bd64aede3f (diff) | |
download | external_gettext-63543fc65d1c5c4069968b517c7fd21ccfa1865e.zip external_gettext-63543fc65d1c5c4069968b517c7fd21ccfa1865e.tar.gz external_gettext-63543fc65d1c5c4069968b517c7fd21ccfa1865e.tar.bz2 |
Distribute the styles files.
-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) |