diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4a9d456ed..0b7cbe29d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,4 +55,6 @@ ChangeLog: --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi +dist: ChangeLog + .PHONY: ChangeLog |