~ chicken-core (chicken-5) e8a891c507830e9aeef3856f93e3982a8d136fea
commit e8a891c507830e9aeef3856f93e3982a8d136fea Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Feb 7 11:09:12 2011 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Feb 7 11:09:12 2011 +0100 html manual dist + install totally broken diff --git a/distribution/manifest b/distribution/manifest index d395b710..ef5df145 100644 --- a/distribution/manifest +++ b/distribution/manifest @@ -262,53 +262,53 @@ types.db mac.r chicken.png CHICKEN.icns -manual/Accessing external objects.html -manual/Acknowledgements.html -manual/Basic mode of operation.html -manual/Bibliography.html -manual/Bugs and limitations.html -manual/C interface.html -manual/Callbacks.html -manual/Exceptions.html -manual/Cross development.html -manual/Data representation.html -manual/Declarations.html -manual/Deployment.html -manual/Deviations from the standard.html -manual/Embedding.html -manual/Extensions.html -manual/Extensions to the standard.html -manual/Foreign type specifiers.html -manual/Getting started.html -manual/Interface to external functions and variables.html -manual/Locations.html -manual/Modules.html -manual/Macros.html -manual/Non-standard macros and special forms.html -manual/Non-standard read syntax.html -manual/Other support procedures.html -manual/Parameters.html -manual/Supported language.html -manual/The R5RS standard.html -manual/The User's Manual.html -manual/Unit data-structures.html -manual/Unit eval.html -manual/Unit expand.html -manual/Unit extras.html -manual/Unit files.html -manual/Unit library.html -manual/Unit lolevel.html -manual/Unit ports.html -manual/Unit posix.html -manual/Unit irregex.html -manual/Unit srfi-1.html -manual/Unit srfi-13.html -manual/Unit srfi-14.html -manual/Unit srfi-18.html -manual/Unit srfi-4.html -manual/Unit srfi-69.html -manual/Unit tcp.html -manual/Unit utils.html -manual/Using the compiler.html -manual/Using the interpreter.html -manual/faq.html +manual-html/Accessing external objects.html +manual-html/Acknowledgements.html +manual-html/Basic mode of operation.html +manual-html/Bibliography.html +manual-html/Bugs and limitations.html +manual-html/C interface.html +manual-html/Callbacks.html +manual-html/Exceptions.html +manual-html/Cross development.html +manual-html/Data representation.html +manual-html/Declarations.html +manual-html/Deployment.html +manual-html/Deviations from the standard.html +manual-html/Embedding.html +manual-html/Extensions.html +manual-html/Extensions to the standard.html +manual-html/Foreign type specifiers.html +manual-html/Getting started.html +manual-html/Interface to external functions and variables.html +manual-html/Locations.html +manual-html/Modules.html +manual-html/Macros.html +manual-html/Non-standard macros and special forms.html +manual-html/Non-standard read syntax.html +manual-html/Other support procedures.html +manual-html/Parameters.html +manual-html/Supported language.html +manual-html/The R5RS standard.html +manual-html/The User's Manual.html +manual-html/Unit data-structures.html +manual-html/Unit eval.html +manual-html/Unit expand.html +manual-html/Unit extras.html +manual-html/Unit files.html +manual-html/Unit library.html +manual-html/Unit lolevel.html +manual-html/Unit ports.html +manual-html/Unit posix.html +manual-html/Unit irregex.html +manual-html/Unit srfi-1.html +manual-html/Unit srfi-13.html +manual-html/Unit srfi-14.html +manual-html/Unit srfi-18.html +manual-html/Unit srfi-4.html +manual-html/Unit srfi-69.html +manual-html/Unit tcp.html +manual-html/Unit utils.html +manual-html/Using the compiler.html +manual-html/Using the interpreter.html +manual-html/faq.html diff --git a/rules.make b/rules.make index 0ac5e50a..8a1561c3 100644 --- a/rules.make +++ b/rules.make @@ -412,11 +412,9 @@ install-other-files: $(MAKEDIR_COMMAND) $(MAKEDIR_COMMAND_OPTIONS) "$(DESTDIR)$(IMANDIR)" $(MAKEDIR_COMMAND) $(MAKEDIR_COMMAND_OPTIONS) "$(DESTDIR)$(IDOCDIR)" $(MAKEDIR_COMMAND) $(MAKEDIR_COMMAND_OPTIONS) "$(DESTDIR)$(IDATADIR)" - $(foreach obj, $(MANPAGES), \ $(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) \ $(SRCDIR)$(obj) "$(DESTDIR)$(IMANDIR)" $(NL)) - $(MAKEDIR_COMMAND) $(MAKEDIR_COMMAND_OPTIONS) "$(DESTDIR)$(IDOCDIR)$(SEP)manual" -$(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)manual-html$(SEP)* "$(DESTDIR)$(IDOCDIR)$(SEP)manual" $(INSTALL_PROGRAM) $(INSTALL_PROGRAM_FILE_OPTIONS) $(SRCDIR)README "$(DESTDIR)$(IDOCDIR)"Trap