X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoc-i18n-topdocs-rules.make;fp=make%2Fdoc-i18n-topdocs-rules.make;h=0000000000000000000000000000000000000000;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=874e7d5537963e3428a021ffa9ffec4d2473ab20;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/make/doc-i18n-topdocs-rules.make b/make/doc-i18n-topdocs-rules.make deleted file mode 100644 index 874e7d5537..0000000000 --- a/make/doc-i18n-topdocs-rules.make +++ /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 $<