Dash:
[t2.git] / package / base / groff / groff.conf
blob5d267662929ff26f0c78ef0267648c5fa89e6678
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/groff/groff.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 [ "$SDECFG_LIBC" = "uclibc" ] &&
14         hook_add preconf 5 "echo 'gl_cv_func_signbit_gcc=yes' >> config.cache"
16 postmake_groff() {
17         ln -sf soelim $root$bindir/zsoelim
18         
19         mkdir mandocj; cd mandocj; tar $taropt `match_source_file -p mandocj`
20         mkdir -p $root$datadir/$pkg/$ver/tmac/mdoc
21         cp mdoc/* $root$datadir/$pkg/$ver/tmac/mdoc/
22         cp tmac.andocj $root$datadir/$pkg/$ver/tmac/andocj.tmac
23         cp tmac.docj $root$datadir/$pkg/$ver/tmac/docj.tmac
24         cd ..
26 hook_add postmake 5 "postmake_groff"
28 # cross works-arounds, do not build and install docs utilizing groff itself
29 atstage native || var_append extraconfopt ' ' '--with-doc=no'
31 var_append extraconfopt ' ' '--enable-japanese --enable-multibyte'