1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00
Files
wmaker/doc/get-wraster-flags.1
Christophe CURIS efdb29762d wrlib: mark the script 'get-wraster-flags' as deprecated
This script should have been removed a long time ago, in favour of
pkg-config which has to be present anyway to compile Window Maker.

This patch makes the script print a warning about it, and now calls itself
pkg-config, instead of being generated; the man page was also updated
accordingly (and spell-checked).

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
2015-04-18 19:31:10 +01:00

35 lines
1.2 KiB
Groff

.TH "get-wraster-flags" "1" "22 March 2005"
.SH "NAME"
\fBget-wraster-flags\fP \- output libwraster compiler and linker flags (deprecated)
.PP
.SH "SYNOPSIS"
.B pkg-config
wrlib
.I \-\-cflags
.br
.B pkg-config
wrlib
.I \-\-libs
.SH "DESCRIPTION"
\fBget-wraster-flags\fP used to provide the compilation and link flags for programs that use
the \fIWRaster\fP library, before \fBpkg-config\fP became the universal way to handle these
developer configurations. The script is now deprecated and you should use instead:
.TP
.BR pkg-config " wrlib \fI\-\-cflags\fP"
to get the flags for the compiler
.TP
.BR pkg-config " wrlib \fI\-\-libs\fP"
to get the flags for the linker
.SH "IMPORTANT NOTE"
As with every deprecated stuff, the script \fBget-wraster-flags\fR will be removed soon,
so you should update your script quickly while you know about it.
.SH "AUTHOR"
get-wraster-flags is part of Window Maker, which was written by
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
with contributions from many people around the Internet.
.PP
This man page was written by Frederik Schueler <fschueler@gmx.net> for the
Debian GNU/Linux system (but may be used by others).
.SH "SEE ALSO"
.BR pkg-config (1)