#
# Makefile - savi manual/images directory. Run top-level Makefile instead.
#
# $Id: Makefile 136 2020-01-05 02:43:49Z lloydwood $

        SHELL = /bin/sh
           RM = /bin/rm -f

   OTHER_SRCS = savi-constants.png savi-coverage.png \
	        savi-edit.png savi-empty.png savi-fisheye.png savi-main.png \
		savi-rosette.png savi-spot.png savi-tle.png

all:

clean:
	$(RM) *~ $(CLEAN_FILES)

tarfilelist:
	@srcs="Makefile $(SRCS) $(OTHER_SRCS)" ; \
	for i in $$srcs ; do \
	  echo "$(CURRENT_DIR)/$$i" >> $(TOP)/fileslist ; \
	done

