1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 07:30:28 +02:00
guile/doc/lightningize.1
Paolo Bonzini 66aef1c644 detect 32-/64-bit variant of i386 back-end at include time (not configure time)
2008-06-11  Paolo Bonzini  <bonzini@gnu.org>

	* build-aux/lightning.m4: Adjust LIGHTNING_BACKENDS, don't
	use suffix support to distinguish i386/x86_64.
	* lightning/i386/Makefile.frag: Use LIGHTNING_TARGET_FILES
	to distribute *-32.h and *-64.h files now.
	* lightning/i386/asm-i386: Moved to...
	* lightning/i386/asm.h: Include the appropriate subtarget file.
	* lightning/i386/core-i386: Moved to...
	* lightning/i386/core.h: Include the appropriate subtarget file.
	* lightning/i386/fp.h: New, include the appropriate subtarget file.
	* lightning/i386/asm-32: Do not include asm-i386.h.
	* lightning/i386/asm-64.h: Likewise.
	* lightning/i386/core-32: Do not include core-i386.h.
	* lightning/i386/core-64.h: Likewise.
	* lightning/Makefile.am: Adjust for renamed files.

	* configure.ac: Define LIGHTNING_TARGET here.
	* opcode/disass.c: Change list of valid LIGHTNING_TARGET values.

	* lightningize.in: Robustify against missing subtarget files.
2008-06-11 19:00:37 -07:00

45 lines
1 KiB
Groff

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
.TH LIGHTNINGIZE "1" "June 2008" "lightningize 1.2c" "User Commands"
.SH NAME
lightningize \- manual page for lightningize 1.2c
.SH SYNOPSIS
.B lightningize
[\fIOPTION\fR]...
.SH DESCRIPTION
Prepare a package to use lightning.
.TP
\fB\-\-automake\fR
work silently, and assume that Automake is in use
.TP
\fB\-c\fR, \fB\-\-copy\fR
copy files rather than symlinking them
.TP
\fB\-\-debug\fR
enable verbose shell tracing
.TP
\fB\-n\fR, \fB\-\-dry\-run\fR
print commands rather than running them
.TP
\fB\-f\fR, \fB\-\-force\fR
replace existing files
.TP
\fB\-\-help\fR
display this message and exit
.TP
\fB\-\-version\fR
print version information and exit
.PP
You must `cd' to the top directory of your package before you run
`lightningize'.
.SH "SEE ALSO"
The full documentation for
.B lightningize
is maintained as a Texinfo manual. If the
.B info
and
.B lightningize
programs are properly installed at your site, the command
.IP
.B info lightning
.PP
should give you access to the complete manual.