From a42f9487018db495bc74fce2cd4ff5c91d777cf7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:14:47 +0000 Subject: [PATCH] lilypond-1.0.16 --- make/toplevel.make.in | 3 ++- ps/GNUmakefile | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 ps/GNUmakefile diff --git a/make/toplevel.make.in b/make/toplevel.make.in index 99f7a0ad84..d41d58a405 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -9,7 +9,8 @@ depth = . # 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 diff --git a/ps/GNUmakefile b/ps/GNUmakefile new file mode 100644 index 0000000000..d4353253c4 --- /dev/null +++ b/ps/GNUmakefile @@ -0,0 +1,15 @@ +# 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 + -- 2.39.5