From 69077e5367e35db9d998c0007b51579fa3ecc3e6 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 15:07:51 -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 99b5c71..1a5f2ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ fontdir = @FONTDIR@ font_DATA = $(PCF_FILES) CLEANFILES = $(font_DATA) -EXTRA_DIST = $(BDF_FILES) autogen.sh +EXTRA_DIST = $(BDF_FILES) install-data-hook: @rm -f $(DESTDIR)$(fontdir)/fonts.scale -- 1.6.0.4