Lines 621-626
Link Here
|
621 |
# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES |
621 |
# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES |
622 |
# is not set, and "no" otherwise. |
622 |
# is not set, and "no" otherwise. |
623 |
# |
623 |
# |
|
|
624 |
# MAN_PARTIAL_TRANSLATIONS |
625 |
# - Use this to define a list of two letter codes for langauges |
626 |
# your port has one or more man page translations for, but not |
627 |
# every page that is defined in the MAN<sect> variables. |
628 |
# MAN<sect>_<lang> |
629 |
# - These variables define the man pages your port only installs |
630 |
# some pages for. For example, if you have English man pages |
631 |
# foo.1 and bar.1, and and only the foo.1 man page in German, |
632 |
# you would set |
633 |
# MANLANG= "" |
634 |
# MAN1= foo.1 bar.1 |
635 |
# MAN_PARTIAL_TRANSLATIONS= de |
636 |
# MAN1_DE= foo.1 |
637 |
# |
624 |
# Set the following to specify all .info files your port installs. |
638 |
# Set the following to specify all .info files your port installs. |
625 |
# |
639 |
# |
626 |
# INFO - A list of .info files (omitting the trailing ".info"); |
640 |
# INFO - A list of .info files (omitting the trailing ".info"); |
Lines 2959-2964
Link Here
|
2959 |
.endif |
2973 |
.endif |
2960 |
.endfor |
2974 |
.endfor |
2961 |
|
2975 |
|
|
|
2976 |
.endfor |
2977 |
|
2978 |
.for mantrans in ${MAN_PARTIAL_TRANSLATIONS} |
2979 |
.for sect in 1 2 3 4 5 6 7 8 9 L N |
2980 |
.if defined(MAN${sect}_${mantrans:U}) |
2981 |
_MANPAGES+= ${MAN${sect}_${mantrans:U}:S%^%${MAN${sect}PREFIX}/man/${mantrans}/man${sect:L}/%} |
2982 |
.endif |
2983 |
.endfor |
2962 |
.endfor |
2984 |
.endfor |
2963 |
|
2985 |
|
2964 |
.if !defined(_TMLINKS) |
2986 |
.if !defined(_TMLINKS) |