From: fred Date: Sun, 24 Mar 2002 20:14:47 +0000 (+0000) Subject: lilypond-1.0.16 X-Git-Tag: release/1.5.59~2940 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a42f9487018db495bc74fce2cd4ff5c91d777cf7;p=lilypond.git lilypond-1.0.16 --- 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 +