]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
*** empty log message ***
[lilypond.git] / GNUmakefile.in
index 5e77962a8567debb84477a6ee1710804bc94b687..710db8f04c5dd3270da7f122f7e518c7d318ee0a 100644 (file)
@@ -53,16 +53,16 @@ web-doc: web-reqs
 
 pfa-fonts:
        $(MAKE) MAKE_PFA_FILES=1 -C mf
+       (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
+install-html-doc: web-doc top-web
+       $(INSTALL) -m 755 -d $(local_package_docdir) 
+       tar -C $(local_package_docdir)/ -xzf $(outdir)/web.tar.gz
 
 # KPATHSEA=0: Hack for compiling without kpathsea -- not recommended
 my_tfm_path = $(TFM_PATH) /tmp /tmp /tmp /tmp /tmp /tmp 
 
-
 local-install:
        $(INSTALL) -d $(local_lilypond_datadir)
 ifeq ($(KPATHSEA),0)
@@ -90,6 +90,7 @@ lily/$(outdir)/lilypond:
 
 local-web: web-doc $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
 
+
 web-ext = gz html midi pdf png txt ly
 top-web:
        cd $(builddir) && rm -f `find . -name \*.html~ -print`