# descent order into subdirectories:
#
SUBDIRS = scripts buildscripts flower lib lily mf mi2mu po debian \
- Documentation init input tex make mutopia test intl stepmake
+ Documentation init input tex make mutopia test intl stepmake\
+ ps
#
SCRIPTS = configure aclocal.m4
--- /dev/null
+# tex/Makefile
+
+depth = ..
+
+
+PS_FILES = $(wildcard *.ps)
+
+EXTRA_DIST_FILES = $(PS_FILES)
+
+INSTALLATION_DIR=$(datadir)/ps/
+INSTALLATION_FILES=$(PS_FILES)
+
+include $(depth)/make/stepmake.make
+include $(stepdir)/installfiles.make
+