]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.16
authorfred <fred>
Sun, 24 Mar 2002 20:14:47 +0000 (20:14 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:14:47 +0000 (20:14 +0000)
make/toplevel.make.in
ps/GNUmakefile [new file with mode: 0644]

index 99f7a0ad84cc1d9dba81e20e765a79e5fef894fb..d41d58a40539ea7f17bf6cd14fcb6bfb4afd5a30 100644 (file)
@@ -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 (file)
index 0000000..d435325
--- /dev/null
@@ -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
+