From bfefbff98260dfa4496153d48463d6d0ca2a3965 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 1 Aug 2003 17:20:01 +0000 Subject: [PATCH] *** empty log message *** --- GNUmakefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 65fe6db103..f5aa0a45c1 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -56,10 +56,10 @@ pfa-fonts: (cd $(builddir)/share/lilypond/fonts && \ tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* ) -docdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION) -install-html-doc: html-doc - $(INSTALL) -d $(docdir)/html - tar -C $(docdir)/html -zxf $(outdir)/web.tar.gz +webdir = $(prefix)/share/doc/lilypond-$(TOPLEVEL_VERSION) +web-install: html-doc + $(INSTALL) -d $(webdir)/html + tar -C $(webdir)/html -zxf $(outdir)/web.tar.gz # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp -- 2.39.5