From d9443c24945381e12c82d46d638685a499033457 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 18 Apr 2007 08:52:18 -0600 Subject: [PATCH] add progs/glsl/ to DEMO_FILES, s/pre/rc1/ --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5e0c01252d2..a656da5002a 100644 --- a/Makefile +++ b/Makefile @@ -155,10 +155,10 @@ ultrix-gcc: # Rules for making release tarballs -DIRECTORY = Mesa-6.5.3pre -LIB_NAME = MesaLib-6.5.3pre -DEMO_NAME = MesaDemos-6.5.3pre -GLUT_NAME = MesaGLUT-6.5.3pre +DIRECTORY = Mesa-6.5.3rc1 +LIB_NAME = MesaLib-6.5.3rc1 +DEMO_NAME = MesaDemos-6.5.3rc1 +GLUT_NAME = MesaGLUT-6.5.3rc1 MAIN_FILES = \ $(DIRECTORY)/Makefile* \ @@ -364,6 +364,9 @@ DEMO_FILES = \ $(DIRECTORY)/progs/samples/Makefile* \ $(DIRECTORY)/progs/samples/README \ $(DIRECTORY)/progs/samples/*.c \ + $(DIRECTORY)/progs/glsl/Makefile* \ + $(DIRECTORY)/progs/glsl/*.c \ + $(DIRECTORY)/progs/glsl/*.txt \ $(DIRECTORY)/progs/windml/Makefile.ugl \ $(DIRECTORY)/progs/windml/*.c \ $(DIRECTORY)/progs/windml/*.bmp \ -- 2.30.2