Tweaks for new version.
This commit is contained in:
parent
6876c9b34c
commit
c0d9337406
2 changed files with 9 additions and 3 deletions
|
@ -60,17 +60,20 @@ clean:
|
|||
|
||||
tar: clean
|
||||
(cd ../..; \
|
||||
tar cvf prototype-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \
|
||||
tar cvf source-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \
|
||||
FlightGear/Src FlightGear/Thanks)
|
||||
|
||||
zip: clean
|
||||
(cd ../..; \
|
||||
zip -r prototype-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \
|
||||
zip -r source-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \
|
||||
FlightGear/Src FlightGear/Thanks)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.24 1997/08/16 12:22:17 curt
|
||||
# Tweaks for new version.
|
||||
#
|
||||
# Revision 1.23 1997/08/13 20:22:55 curt
|
||||
# Renamed OpenGL/ to GLUT/
|
||||
#
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
VERSION = 0.07
|
||||
VERSION = 0.08
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Choose your weapons
|
||||
|
@ -120,6 +120,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS)
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.10 1997/08/16 12:22:19 curt
|
||||
# Tweaks for new version.
|
||||
#
|
||||
# Revision 1.9 1997/07/19 22:41:35 curt
|
||||
# tweaks
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue