--- /dev/null
+=head1 NAME
+
+afs_compile_et - Produce error text tables for compilation
+
+=head1 SYNOPSIS
+
+=for html
+<div class="synopsis">
+
+B<afs_compile_et> [B<-debug>] S<<< [B<-language> <I<lang>>] >>>
+ S<<< [B<-prefix> <I<prefix>>] >>> [B<-v> <I<version>>] <I<error_table>>
+
+=for html
+</div>
+
+=head1 DESCRIPTION
+
+The B<afs_compile_et> command builds the error text tables for compilation.
+This includes both a header file that contains a set of mappings between
+error names and values and a F<.c> (or F<.msf>) file that provides a text
+table of descriptions.
+
+The <I<error_table>> argument specifies which error table to generate.
+The error table specification should exist in the current working
+directory or in the directory specified with B<-prefix> and should be
+named F<error_table.et>.
+
+=head1 CAUTIONS
+
+This command is used internally within the build process for OpenAFS.
+Most users will access this information via L<translate_et(1)> rather than
+via B<afs_compile_et>.
+
+This command does not use the standard AFS command-line parsing package.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<-debug>
+
+Does nothing. It neither adds debugging information to the output nor
+provides additional information on its operation.
+
+=item B<-language> <I<lang>>
+
+Specifies the type of output to generate. Currently, only ANSI C and K&R
+are supported values (via the B<c> and B<k&r-c> values, respectively).
+The default is ANSI C. There is some support for C++ started, but that is
+not yet supported.
+
+=item B<-prefix <I<prefix>>
+
+Specifies the directory to search for the F<error_table.et> file.
+
+=item B<-v> <I<version>>
+
+Specified the type of output file: valid values are 1 (the default, for C
+files) or 2, for B<.msf> file generation.
+
+=back
+
+=head1 EXAMPLES
+
+The following command generates the files F<pterror.h> and F<pterror.c>,
+suitable for use with C programs:
+
+ % afs_compile_et -p path/to/src/ptserver pterror
+
+The following command generates K&R style files instead:
+
+ % afs_compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror
+
+=head1 SEE ALSO
+
+L<translate_et(1)>
+
+=head1 COPYRIGHT
+
+Copyright 2009 Steven Jenkins <steven@endpoint.com>
+
+This documentation is covered by the IBM Public License Version 1.0. This
+man page was written by Steven Jenkins for OpenAFS.
+++ /dev/null
-=head1 NAME
-
-compile_et - Produce error text tables for compilation
-
-=head1 SYNOPSIS
-
-=for html
-<div class="synopsis">
-
-B<compile_et> [B<-debug>] S<<< [B<-language> <I<lang>>] >>>
- S<<< [B<-prefix> <I<prefix>>] >>> [B<-v> <I<version>>] <I<error_table>>
-
-=for html
-</div>
-
-=head1 DESCRIPTION
-
-The B<compile_et> command builds the error text tables for compilation.
-This includes both a header file that contains a set of mappings between
-error names and values and a F<.c> (or F<.msf>) file that provides a text
-table of descriptions.
-
-The <I<error_table>> argument specifies which error table to generate.
-The error table specification should exist in the current working
-directory or in the directory specified with B<-prefix> and should be
-named F<error_table.et>.
-
-=head1 CAUTIONS
-
-This command is used internally within the build process for OpenAFS.
-Most users will access this information via L<translate_et(1)> rather than
-via B<compile_et>.
-
-This command does not use the standard AFS command-line parsing package.
-
-=head1 OPTIONS
-
-=over 4
-
-=item B<-debug>
-
-Does nothing. It neither adds debugging information to the output nor
-provides additional information on its operation.
-
-=item B<-language> <I<lang>>
-
-Specifies the type of output to generate. Currently, only ANSI C and K&R
-are supported values (via the B<c> and B<k&r-c> values, respectively).
-The default is ANSI C. There is some support for C++ started, but that is
-not yet supported.
-
-=item B<-prefix <I<prefix>>
-
-Specifies the directory to search for the F<error_table.et> file.
-
-=item B<-v> <I<version>>
-
-Specified the type of output file: valid values are 1 (the default, for C
-files) or 2, for B<.msf> file generation.
-
-=back
-
-=head1 EXAMPLES
-
-The following command generates the files F<pterror.h> and F<pterror.c>,
-suitable for use with C programs:
-
- % compile_et -p path/to/src/ptserver pterror
-
-The following command generates K&R style files instead:
-
- % compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror
-
-=head1 SEE ALSO
-
-L<translate_et(1)>
-
-=head1 COPYRIGHT
-
-Copyright 2009 Steven Jenkins <steven@endpoint.com>
-
-This documentation is covered by the IBM Public License Version 1.0. This
-man page was written by Steven Jenkins for OpenAFS.
${INSTALL} -d ${DESTDIR}${bindir}
${INSTALL} -d ${DESTDIR}${includedir}/afs
${INSTALL} -d ${DESTDIR}${libdir}/afs
- ${INSTALL_PROGRAM} compile_et ${DESTDIR}${bindir}/compile_et
+ ${INSTALL_PROGRAM} compile_et ${DESTDIR}${bindir}/afs_compile_et
${INSTALL_DATA} com_err.h ${DESTDIR}${includedir}/afs/com_err.h
${INSTALL_DATA} error_table.h ${DESTDIR}${includedir}/afs/error_table.h
${INSTALL_DATA} mit-sipb-cr.h ${DESTDIR}${includedir}/afs/mit-sipb-cr.h
${INSTALL} -d ${DEST}/bin
${INSTALL} -d ${DEST}/include/afs
${INSTALL} -d ${DEST}/lib/afs
- ${INSTALL_PROGRAM} compile_et ${DEST}/bin/compile_et
+ ${INSTALL_PROGRAM} compile_et ${DEST}/bin/afs_compile_et
${INSTALL_DATA} com_err.h ${DEST}/include/afs/com_err.h
${INSTALL_DATA} error_table.h ${DEST}/include/afs/error_table.h
${INSTALL_DATA} mit-sipb-cr.h ${DEST}/include/afs/mit-sipb-cr.h
rm -f $RPM_BUILD_ROOT%{_prefix}/afs/bin/$f
done
-# compile_et is duplicated in e2fsprogs
# the rest are not needed.
-for f in compile_et dlog dpass install knfs livesys xstat_cm_test xstat_fs_test ; do
+for f in dlog dpass install knfs livesys xstat_cm_test xstat_fs_test ; do
rm -f $RPM_BUILD_ROOT%{_bindir}/$f
done
%{_libdir}/librxstat.a
%{_libdir}/libubik.a
%{_mandir}/man1/rxgen.*
-%{_mandir}/man1/compile_et.*
+%{_mandir}/man1/afs_compile_et.*
%if %{build_dkmspkg}
%files -n dkms-%{name}