#  -*- makefile -*-
# makefile for dealing with the lib tree...
#

SYNCTREE = /usr/athena/etc/synctree -q

rebuild-fonts:
	cd tex/fonts/pk; make all

all:

install:
	$(SYNCTREE) -s . -d $(DESTDIR)$(ATHLIBDIR)

clean:

depend:
