Update doc stubs to remove hall and references to reflow

This commit is contained in:
Vivianne 2024-03-06 12:43:47 -05:00
parent b614613ea7
commit 822c410964
Signed by: vv
GPG Key ID: F3E249EDFAC7BE26
2 changed files with 10 additions and 18 deletions

12
HACKING
View File

@ -11,7 +11,7 @@ By far the easiest way to hack on guile-uniseg is to develop using Guix:
cd /path/to/source-code cd /path/to/source-code
guix shell -Df guix.scm guix shell -Df guix.scm
# In the new shell, run: # In the new shell, run:
hall build --execute && autoreconf -vif && ./configure && make check autoreconf -vif && ./configure && make check
#+END_SRC #+END_SRC
You may also want to set your directory as an authorized directory for You may also want to set your directory as an authorized directory for
@ -30,13 +30,6 @@ To try out any scripts in the project you can now use
./pre-inst-env scripts/${script-name} ./pre-inst-env scripts/${script-name}
#+END_SRC #+END_SRC
If you'd like to tidy the project again, but retain the ability to test the
project from the commandline, simply run:
#+BEGIN_SRC bash
./hall clean --skip "scripts/${script-name},pre-inst-env" --execute
#+END_SRC
** Manual Installation ** Manual Installation
If you do not yet use Guix, you will have to install this project's If you do not yet use Guix, you will have to install this project's
@ -45,10 +38,9 @@ dependencies manually:
- automake - automake
- pkg-config - pkg-config
- texinfo - texinfo
- guile-hall
Once those dependencies are installed you can run: Once those dependencies are installed you can run:
#+BEGIN_SRC bash #+BEGIN_SRC bash
hall build -x && autoreconf -vif && ./configure && make check autoreconf -vif && ./configure && make check
#+END_SRC #+END_SRC

View File

@ -2,15 +2,15 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename reflow.info @setfilename uniseg.info
@documentencoding UTF-8 @documentencoding UTF-8
@settitle Reflow Reference Manual @settitle Uniseg Reference Manual
@c %**end of header @c %**end of header
@include version.texi @include version.texi
@copying @copying
Copyright @copyright{} 2024 Copyright @copyright{} 2024
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or
@ -22,11 +22,11 @@ Documentation License''.
@dircategory The Algorithmic Language Scheme @dircategory The Algorithmic Language Scheme
@direntry @direntry
* Reflow: (reflow). * Uniseg: (uniseg).
@end direntry @end direntry
@titlepage @titlepage
@title The Reflow Manual @title The Uniseg Manual
@author Vivianne Langdon @author Vivianne Langdon
@page @page
@ -41,12 +41,12 @@ Edition @value{EDITION} @*
@c ********************************************************************* @c *********************************************************************
@node Top @node Top
@top Reflow @top Uniseg
This document describes Reflow version @value{VERSION}. This document describes Uniseg version @value{VERSION}.
@menu @menu
* Introduction:: Why Reflow? * Introduction:: Why Uniseg?
@end menu @end menu
@c ********************************************************************* @c *********************************************************************