On 1/3/06, Michael Olson <[EMAIL PROTECTED]> wrote:
> I've addressed this by publishing the manual to "planner" rather than
> "planner-muse", since the next version of Planner will be based on this
> branch. Thanks for pointing this out.
>
> 2006-01-03 19:36:56 GMT Michael Olson <[EMAIL PROTECTED]> patch-152
>
> * Makefile (install): Install the manual as "planner", not
> "planner-muse".
Does this need to be done also? :
--- orig/Makefile
+++ mod/Makefile
@@ -42,7 +42,7 @@
install -m 0644 $(EL) $(wildcard *.elc) $(ELISPDIR)
install -d $(INFODIR)
install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
- $(INSTALLINFO) $(INFODIR)/$(PROJECT)
+ $(INSTALLINFO) $(INFODIR)/$(MANUAL)
test: $(ELC)
$(EMACS) -q $(SITEFLAG) -batch -l ./scripts/planner-build.el \