diff options
author | Manish Singh <yosh@gimp.org> | 2005-03-05 21:52:42 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-03-05 21:52:42 +0000 |
commit | c6fb33e1dde1721132273b038923e1d2da3abba3 (patch) | |
tree | ce31042bb064f434bd277c3d0975ea83f6d8c559 /tools | |
parent | b7934ca5b93621b540c9b5e956dc35d4b0700e4f (diff) | |
download | pango-c6fb33e1dde1721132273b038923e1d2da3abba3.tar.gz |
const correctness for _pango_fribidi_prop_to_type
Sat Mar 5 13:51:04 2005 Manish Singh <yosh@gimp.org>
* pango/mini-fribidi/fribidi_types.[ch]: const correctness for
_pango_fribidi_prop_to_type
* tools/Makefile.am: dist gen-script-table.pl and gen-color-table.pl
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 13813c0c..d521c58b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -12,6 +12,8 @@ noinst_PROGRAMS = gen-script-for-lang EXTRA_DIST= \ add-copyright \ compress-table.pl \ + gen-color-table.pl \ + gen-script-table.pl \ maps/README \ maps/tis-620 |