diff options
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,7 @@ intltool-merge intltool-merge.in intltool-extract intltool-extract.in +intltool-modules config.status config.log config.h.in @@ -1,3 +1,8 @@ +2004-01-04 Glynn Foster <glynn.foster@sun.com> + + * Makefile.am: Do the intltool-modules extra dist + foo. + 2004-01-03 Robert Sedak <robert.sedak@sk.htnet.hr> * configure.in: Added "hr" in ALL_LINGUAS. diff --git a/Makefile.am b/Makefile.am index 5481b3af..b7747963 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + intltool-modules/XML/Parser/Style/OrigTree.pm \ zenity.spec \ zenity.spec.in \ omf.make \ |