From 47808c447bbaf0d25a4400619d115b75421b6668 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Sep 2009 14:54:12 -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 12b622b..33d715e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,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