~ chicken-core (chicken-5) 6c04dd46f95aa79dd20628215c8d0706b891ecf4
commit 6c04dd46f95aa79dd20628215c8d0706b891ecf4
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Feb 8 15:19:38 2011 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Feb 8 15:19:38 2011 +0100
html-installation fixes
diff --git a/distribution/manifest b/distribution/manifest
index ef5df145..6e55200c 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -312,3 +312,5 @@ manual-html/Unit utils.html
manual-html/Using the compiler.html
manual-html/Using the interpreter.html
manual-html/faq.html
+manual-html/chicken.png
+manual-html/index.html
diff --git a/rules.make b/rules.make
index 78267647..fba1cb61 100644
--- a/rules.make
+++ b/rules.make
@@ -420,7 +420,6 @@ install-other-files:
$(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)README "$(DESTDIR)$(IDOCDIR)"
$(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)LICENSE "$(DESTDIR)$(IDOCDIR)"
$(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)setup.defaults "$(DESTDIR)$(IDATADIR)"
- $(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)chicken.png "$(DESTDIR)$(IDATADIR)"
install-wrappers:
$(foreach prg, $(INSTALLED_PROGRAMS), \
Trap