From 8284b00bc2db6a569f88e4194d1cb63a1e722db4 Mon Sep 17 00:00:00 2001 From: mdw Date: Sat, 2 Feb 2002 19:23:06 +0000 Subject: [PATCH] Don't distribute the text samples. Generating them is too easy. --- sounds/Makefile.m4 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sounds/Makefile.m4 b/sounds/Makefile.m4 index 906a41e..5fae265 100644 --- a/sounds/Makefile.m4 +++ b/sounds/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.1 2002/02/02 19:18:01 mdw Exp $ +## $Id: Makefile.m4,v 1.2 2002/02/02 19:23:06 mdw Exp $ ## ## Makefile for sounds subdirectory ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.2 2002/02/02 19:23:06 mdw +## Don't distribute the text samples. Generating them is too easy. +## ## Revision 1.1 2002/02/02 19:18:01 mdw ## Construct text `samples' automatically. ## @@ -51,7 +54,7 @@ TXTSAMPLES = syscmd(getsamples([[echo -n " \\ audio_DATA = $(SAMPLES) $(TXTSAMPLES) EXTRA_DIST = \ - $(audio_DATA) SAMPLES Makefile.m4 + $(SAMPLES) SAMPLES Makefile.m4 $(TXTSAMPLES): txtsamples.stamp -- 2.11.0