From 444243420225bb0b7550694cf5f4997a76d84648 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 29 Aug 2007 00:48:19 -0300 Subject: [PATCH] remove convert-ly.txt from dist target --- Documentation/user/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 5de72002c7..77c2f3b410 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -3,7 +3,7 @@ depth=../.. LATEX_FILES =$(call src-wildcard,*.latex) -EXTRA_DIST_FILES= $(LATEX_FILES) $(IMAGES) README.txt convert-ly.txt $(EPS_ILLUSTRATIONS) +EXTRA_DIST_FILES= $(LATEX_FILES) $(IMAGES) README.txt $(EPS_ILLUSTRATIONS) IMAGES=$(call src-wildcard,*.png) EPS_ILLUSTRATIONS=context-example.eps -- 2.39.5