diff options
author | James Cloos <cloos@jhcloos.com> | 2007-12-07 20:37:43 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-12-07 20:37:43 -0500 |
commit | a89eba12b88853d7b52b65207da3211d0ace10a9 (patch) | |
tree | 4132f0c12f6651a5d15974487316e245e959ed6e | |
parent | 0e17d30d7b8b4a33771cbffd97cbbb8b037d8a5e (diff) |
Fix commit 0e17d30d7b8b4a33771cbffd97cbbb8b037d8a5e
Reported by Benjamin.Close@clearchain.com in bug #13556
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a494d0a..05be76b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ sgmlentdir = $(prefix)/share/sgml/X11 dist_sgmlent_DATA = defs.ent -EXTRA_DIST += ChangeLog +EXTRA_DIST = ChangeLog MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |