mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
bump version to 6.2, add installmesa to tarballs
This commit is contained in:
parent
a9aa19e4ce
commit
a5bc6421df
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
|
@ -111,9 +111,9 @@ ultrix-gcc:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
DIRECTORY = Mesa-6.1
|
||||
LIB_NAME = MesaLib-6.1
|
||||
DEMO_NAME = MesaDemos-6.1
|
||||
DIRECTORY = Mesa-6.2
|
||||
LIB_NAME = MesaLib-6.2
|
||||
DEMO_NAME = MesaDemos-6.2
|
||||
|
||||
LIB_FILES = \
|
||||
$(DIRECTORY)/Makefile* \
|
||||
|
|
@ -121,6 +121,7 @@ LIB_FILES = \
|
|||
$(DIRECTORY)/mms-config. \
|
||||
$(DIRECTORY)/Mesa.dsw \
|
||||
$(DIRECTORY)/bin/mklib \
|
||||
$(DIRECTORY)/bin/installmesa \
|
||||
$(DIRECTORY)/configs/[a-z]* \
|
||||
$(DIRECTORY)/docs/*.html \
|
||||
$(DIRECTORY)/docs/COPYING \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue