version 1.3 | version 1.4 | |||
---|---|---|---|---|
|
| |||
depend:: | depend:: | |||
clean:: | clean:: | |||
$(RM) $(TABLES) $(ICONS) | $(RM) -f $(TABLES) $(ICONS) | |||
$(RM) items .bmaps in_* | $(RM) -f items .bmaps in_* | |||
$(RM) *.ps *x*.ppm tmp.ppm work.ppm | $(RM) -f *.ps *x*.ppm tmp.ppm work.ppm | |||
$(RM) handbook.toc handbook.lot handbook.dvi handbook.log handbook.aux | $(RM) -f handbook.toc handbook.lot handbook.dvi handbook.log handbook.aux handbook.idx | |||
distclean:: | distclean:: clean | |||
$(RM) -f Makefile | $(RM) -f Makefile | |||
archive:: | archive:: |
Legend:
|