add make redo-pal

This commit is contained in:
David Rose 2001-05-19 02:01:54 +00:00
parent 639af88c04
commit b5fa0895df
1 changed files with 6 additions and 0 deletions

View File

@ -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.