add make redo-pal
This commit is contained in:
parent
639af88c04
commit
b5fa0895df
|
|
@ -435,6 +435,12 @@ re-pal : repal
|
|||
fix-pal :
|
||||
egg-palettize $[PALETTIZE_OPTS] -a $[texattrib_file] -redo -all -egg
|
||||
|
||||
#
|
||||
# redo-pal : blow away all the palettization information and start fresh.
|
||||
#
|
||||
redo-pal : clean-pal
|
||||
rm -f $[texattrib_file:%.txa=%.boo]
|
||||
|
||||
#
|
||||
# pi : report the palettization information to standard output for the
|
||||
# user's perusal.
|
||||
|
|
|
|||
Loading…
Reference in New Issue