]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Sun, 24 Mar 2002 20:11:01 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:01 +0000 (20:11 +0000)
Documentation/Makefile
Documentation/man/Makefile

index 44f2d7792e401d9bd9029b852297a205f2f1d20d..c1522874121d2dc79ef26fbdf3057f522d458c92 100644 (file)
@@ -27,8 +27,8 @@ GROFFFILES = $(OUTPODFILES:.pod=.1)
 HTMLFILES = $(OUTPODFILES:.pod=.html)
 
 
+default: all do-doc
 
-default: do-doc
 #
 # list of distribution files:
 #
@@ -43,7 +43,7 @@ EXTRA_DISTFILES = $(XPMS)   vocabulary-data vocabulary-forms.el  automake.urgh
 # don't do DVI files. They can only be made if lily is installed
 do-doc: $(TEXTFILES)
 
-html: $(HTMLFILES)
+local-WWW: $(HTMLFILES)
 
 # generic targets and rules:
 #
index dd1319b14d7a78687e0aa35699d88e3ae6924006..e7ce73f0ca9fc70656b7b8ccb967860d44d02682 100644 (file)
@@ -4,14 +4,16 @@ depth = ../..
 include $(depth)/make/Include.make
 include $(depth)/make/Docrules.make
 SECTION=1
+MANTXT = $(addprefix $(outdir)/, $(addsuffix .txt,$(basename $(PODFILES) .pod)))
 MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION),$(basename $(PODFILES) .pod)))
 
-default: $(MANGROFF)
+default: $(MANTXT) $(MANGROFF)
 
 
 INSTALLATION_OUT_FILES=$(MANGROFF)
-INSTALLATION_DIR=$(mandir)/man$(SECTION)
+INSTALLATION_OUT_DIR=$(mandir)/man$(SECTION)
 
 include $(depth)/make/Install_outfiles.make
 
-WWW: $(OUTPODFILES:.pod=.html)
+local-WWW: $(OUTPODFILES:.pod=.html)
+       ls-latex  --title 'Manual pages for LilyPond' $(PODFILES)  > $(outdir)/index.html