summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-18 08:52:18 -0600
committerBrian <brian@yutani.localnet.net>2007-04-18 08:52:18 -0600
commitd9443c24945381e12c82d46d638685a499033457 (patch)
tree0523ba0410ac57ef30f00a33ad4595a9f1915222 /Makefile
parent565cd49b5fc7a5bd1e533542888bf322b83b8e56 (diff)
add progs/glsl/ to DEMO_FILES, s/pre/rc1/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files 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 \