]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/Makefile
release: 1.0.3
[lilypond.git] / tex / Makefile
index 7098987a94d49107af798c95deaef54813ee56db..e38e51491e94304a246827f762d7668f7ebe6d33 100644 (file)
@@ -1,20 +1,14 @@
 # tex/Makefile
 
-# subdir level:
-#
 depth = ..
-#
 
-build = ./$(depth)/lily/.build
 
-# generic stuff/Makefile
-#
-include ./$(depth)/make/Stuff.make
-#
+TEX_FILES = $(wildcard *.tex)
+EXTRA_DIST_FILES =  $(TEX_FILES)
 
-# list of distribution files:
-# 
-TEXFILES = $(shell ls *.tex)
-DISTFILES = Makefile $(TEXFILES)
-#
+INSTALLATION_DIR=$(TEXDIR)/lilypond
+INSTALLATION_FILES=$(TEX_FILES)
+
+include $(depth)/make/Stepmake.make
+include $(stepdir)/Installfiles.make