]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/doc-i18n-topdocs-rules.make
Imported Upstream version 2.14.2
[lilypond.git] / make / doc-i18n-topdocs-rules.make
diff --git a/make/doc-i18n-topdocs-rules.make b/make/doc-i18n-topdocs-rules.make
deleted file mode 100644 (file)
index 874e7d5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-$(outdir)/%.html: $(outdir)/%.texi
-       $(TEXI2HTML) --I=$(src-dir) --I=$(outdir) $(TEXI2HTML_FLAGS) --output=$@ $(TEXI2HTML_INIT) $<
-       cp $(top-src-dir)/Documentation/lilypond*.css $(dir $@)
-
-$(outdir)/%.pdf: $(outdir)/%.texi
-       cd $(outdir); texi2pdf $(TEXI2PDF_FLAGS) $(TEXINFO_PAPERSIZE_OPTION) $(notdir $*).texi
-
-$(outdir)/version.%: $(top-src-dir)/VERSION
-       echo '@macro version'> $@
-       echo $(TOPLEVEL_VERSION)>> $@
-       echo '@end macro'>> $@
-
-$(outdir)/%.txt: $(outdir)/%.texi
-       $(MAKEINFO) -I$(src-dir) -I$(outdir) -P $(outdir) --output=$@ --no-split --no-headers $<