]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/Makefile
release: 1.0.3
[lilypond.git] / tex / Makefile
index 0e7e38765015be8b0fa1c0742ce12c8a596c62b6..e38e51491e94304a246827f762d7668f7ebe6d33 100644 (file)
@@ -1,23 +1,14 @@
 # tex/Makefile
 
-# subdir level:
-#
 depth = ..
-#
-#
-include ./$(depth)/make/Include.make
-#
 
-# list of distribution files:
-# 
-TEXFILES = $(wildcard *.tex)
-DISTFILES = Makefile $(TEXFILES)
-#
 
-localinstall:
-       $(INSTALL) -d $(TEXDIR)/lilypond
-       $(INSTALL) -m 644 $(TEXFILES) $(TEXDIR)/lilypond/
+TEX_FILES = $(wildcard *.tex)
+EXTRA_DIST_FILES =  $(TEX_FILES)
+
+INSTALLATION_DIR=$(TEXDIR)/lilypond
+INSTALLATION_FILES=$(TEX_FILES)
+
+include $(depth)/make/Stepmake.make
+include $(stepdir)/Installfiles.make
 
-localuninstall:
-       for i in $(TEXFILES) ; do rm -f $(TEXDIR)/lilypond/$$i; done
-       -rmdir $(TEXDIR)/lilypond/