From 5e12c3d88684a79f6f0183c7274db0aad6b657f3 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 15:03:40 -0400 Subject: [PATCH] Makefile.am: do not include autogen.sh in distribution #24183 This is a private build script that should not be distributed --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5ec0d4e..56cb2a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ FONT_FILES = \ fontdir = @FONTDIR@ font_DATA = $(FONT_FILES) -EXTRA_DIST = $(FONT_FILES) autogen.sh +EXTRA_DIST = $(FONT_FILES) install-data-hook: @rm -f $(DESTDIR)$(fontdir)/fonts.scale -- 1.6.0.4