mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Looking over Brian's shoulder the other day, I saw a message that said "Please seedocs/install.html". Looking at the source code of the Makefile, it seems like it should say @echo "ERROR: Not all of Tahoe's dependencies are in place. Please see \ docs/install.html for help on installing dependencies." instead of its current: @echo "ERROR: Not all of Tahoe's dependencies are in place. Please see\ docs/install.html for help on installing dependencies." But, I remember changing this more than once in the past, so either there is a different version of make somewhere which interprets trailing backslashes differently, or someone (possibly me) has repeatedly gotten confused about this issue. Anyway, this time around, I'm trying: @echo "ERROR: Not all of Tahoe's dependencies are in place. Please see docs/install.html for help on installing dependencies." Even though it is > 80 chars.
Welcome to the Tahoe project, a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence. Please see docs/about.html for an introduction, docs/install.html for install instructions, docs/running.html for usage instructions.
Description
Languages
Python
98.1%
HTML
0.9%
Nix
0.3%
Shell
0.3%
Makefile
0.2%
Other
0.1%