]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/Documentation/Makefile
release: 1.0.4
[lilypond.git] / stepmake / Documentation / Makefile
diff --git a/stepmake/Documentation/Makefile b/stepmake/Documentation/Makefile
deleted file mode 100644 (file)
index 6eacb8b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Documentation/Makefile
-
-depth = ..
-
-
-OUTTXT_FILES = $(OUTYO_FILES:.yo=.txt) $(OUTIN_FILES:.yo=.txt)
-EXTRA_DIST_FILES = 
-SUBDIRS=topdocs
-
-
-MAKEFILES=Documentation
-
-include $(depth)/make/Stepmake.make 
-
-default: do-doc
-
-do-doc: $(OUTTXT_FILES)
-
-# ugh
-check-doc-deps: do-doc
-       true
-
-doc: do-doc
-