Home
last modified time | relevance | path

Searched refs:man1ext (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A DMake-lang.in202 -rm -rf $(DESTDIR)$(man1dir)/gcjh$(man1ext)
203 -rm -rf $(DESTDIR)$(man1dir)/jv-scan$(man1ext)
204 -rm -rf $(DESTDIR)$(man1dir)/jcf-dump$(man1ext)
205 -rm -rf $(DESTDIR)$(man1dir)/gij$(man1ext)
423 -rm -f $(DESTDIR)$(man1dir)/gcjh$(man1ext)
425 -chmod a-x $(DESTDIR)$(man1dir)/gcjh$(man1ext)
426 -rm -f $(DESTDIR)$(man1dir)/jv-scan$(man1ext)
429 -rm -f $(DESTDIR)$(man1dir)/jcf-dump$(man1ext)
432 -rm -f $(DESTDIR)$(man1dir)/gij$(man1ext)
434 -chmod a-x $(DESTDIR)$(man1dir)/gij$(man1ext)
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dinstallman45 qw( man1dir=s man1ext=s man3dir=s man3ext=s
76 pod2man(\%man1, $opts{man1dir}, $opts{man1ext}, 'pod');
95 pod2man({$leaf, $path}, $opts{man1dir}, $opts{man1ext});
H A DPolicy_sh.SH135 bin scriptdir privlib archlib man1dir man3dir man1ext man3ext \
166 man1ext) dflt=`echo $man1dir | sed -e 's!.*man!!' -e 's!^\.!!'` ;;
H A Dconfig.over44 man1ext='1'
H A Dconfigpm1292 man1ext: 336
H A DMakefile.SH305 man1ext = $man1ext
H A DConfigure1170 man1ext=''
8959 man1ext='0'
8963 case "$man1ext" in
8978 *) dflt="$man1ext";;
8981 man1ext="$ans"
25779 man1ext='$man1ext'
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DMake-lang.in179 rm -f $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
180 $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
181 chmod a-x $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
183 rm -f $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
184 $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
185 chmod a-x $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
194 -rm -rf $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext)
195 -rm -rf $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DMakefile.in352 man1ext = .1
2898 rm -f $(DESTDIR)$(man1dir)/$(GCC_CROSS_NAME)$(man1ext); \
2906 -rm -f $(DESTDIR)$(man1dir)/cpp$(man1ext)
2908 -chmod a-x $(DESTDIR)$(man1dir)/cpp$(man1ext)
2909 -rm -f $(DESTDIR)$(man1dir)/gcov$(man1ext)
2911 -chmod a-x $(DESTDIR)$(man1dir)/gcov$(man1ext)
3080 -rm -rf $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext)
3081 -rm -rf $(DESTDIR)$(man1dir)/$(GCC_CROSS_NAME)$(man1ext)
3082 -rm -rf $(DESTDIR)$(man1dir)/cpp$(man1ext)
3083 -rm -rf $(DESTDIR)$(man1dir)/protoize$(man1ext)
[all …]
/openbsd/gnu/usr.bin/perl/cpan/podlators/
H A DMakefile.PL76 my $outname = $basename . q{.} . $Config{man1ext};
/openbsd/gnu/gcc/gcc/cp/
H A DMake-lang.in180 c++.install-man: $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext)
182 $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext): doc/g++.1 installdirs
190 -rm -rf $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext)
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A DMake-lang.in289 rm -f $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
290 $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
291 chmod a-x $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
293 rm -f $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
294 $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
295 chmod a-x $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
306 rm -rf $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
307 rm -rf $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
H A DChangeLog925 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
/openbsd/gnu/lib/libreadline/doc/
H A DMakefile.in30 man1ext = .1
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample905 man1ext=''
/openbsd/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux923 man1ext='1'
H A Dconfig.sh-arm-linux-n770921 man1ext='1'
H A DMakefile-cross-SH208 man1ext = $man1ext
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig.sh947 man1ext='1'
/openbsd/gnu/lib/libreadline/
H A DCHANGELOG479 - change man1ext to `.1' and man3ext to `.3'
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig.gc917 man1ext='1'
H A Dconfig.vc916 man1ext='1'
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm1910 $self->{MAN1EXT} ||= $Config{man1ext};
/openbsd/gnu/usr.bin/binutils/etc/
H A Dmake-stds.texi512 @item man1ext
/openbsd/gnu/usr.bin/binutils-2.17/etc/
H A Dmake-stds.texi512 @item man1ext

12