summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2012-12-28 10:32:23 -0600
committerGlenn Rice <glennricster@gmail.com>2012-12-28 10:32:23 -0600
commitc33a308bd50cae4830d91767980579910887ea4d (patch)
tree2ef3508bbcc9839c57c8c87f6a3316341f32d2a4
parentff10ccfba6e75ead72f6dce1f28c7d87c6781634 (diff)
Don't autogen the ChangeLog. That doesn't work well with git archive.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f409274..76b812c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,4 +42,4 @@ pkgconfig_DATA = poppler-glib/$(POPPLER_GLIBMM_MODULE_NAME).pc
dist_noinst_SCRIPTS = autogen.sh
# Optional: auto-generate the ChangeLog file from the git log on make dist
-include $(top_srcdir)/build/dist-changelog.am
+#include $(top_srcdir)/build/dist-changelog.am