Browse Source

Updated RPM spec file with new man pages

Stéphane Raimbault 13 năm trước cách đây
mục cha
commit
0b62fdd6c6
2 tập tin đã thay đổi với 17 bổ sung10 xóa
  1. 10 10
      doc/Makefile.am
  2. 7 0
      libmodbus.spec.in

+ 10 - 10
doc/Makefile.am

@@ -3,13 +3,12 @@ MAN3 = \
         modbus_connect.3 \
         modbus_flush.3 \
         modbus_free.3 \
-        modbus_get_byte_timeout.3 \
         modbus_get_byte_from_bits.3 \
+        modbus_get_byte_timeout.3 \
         modbus_get_float.3 \
-        modbus_set_float.3 \
         modbus_get_header_length.3 \
-        modbus_get_socket.3 \
         modbus_get_response_timeout.3 \
+        modbus_get_socket.3 \
         modbus_mapping_free.3 \
         modbus_mapping_new.3 \
         modbus_new_rtu.3 \
@@ -19,27 +18,28 @@ MAN3 = \
         modbus_read_input_bits.3 \
         modbus_read_input_registers.3 \
         modbus_read_registers.3 \
-        modbus_receive.3 \
         modbus_receive_confirmation.3 \
         modbus_receive_from.3 \
-        modbus_report_slave_id.3 \
-        modbus_reply.3 \
+        modbus_receive.3 \
         modbus_reply_exception.3 \
+        modbus_reply.3 \
+        modbus_report_slave_id.3 \
         modbus_rtu_get_serial_mode.3 \
         modbus_rtu_set_serial_mode.3 \
         modbus_send_raw_request.3 \
-        modbus_set_byte_timeout.3 \
-        modbus_set_bits_from_byte.3 \
         modbus_set_bits_from_bytes.3 \
+        modbus_set_bits_from_byte.3 \
+        modbus_set_byte_timeout.3 \
         modbus_set_debug.3 \
         modbus_set_error_recovery.3 \
+        modbus_set_float.3 \
+        modbus_set_response_timeout.3 \
         modbus_set_slave.3 \
         modbus_set_socket.3 \
-        modbus_set_response_timeout.3 \
         modbus_strerror.3 \
+        modbus_write_and_read_registers.3 \
         modbus_write_bits.3 \
         modbus_write_bit.3 \
-        modbus_write_and_read_registers.3 \
         modbus_write_registers.3 \
         modbus_write_register.3
 MAN7 = libmodbus.7

+ 7 - 0
libmodbus.spec.in

@@ -78,7 +78,9 @@ make %{?_smp_mflags}
 %{_mandir}/man3/modbus_connect.3.gz
 %{_mandir}/man3/modbus_flush.3.gz
 %{_mandir}/man3/modbus_free.3.gz
+%{_mandir}/man3/modbus_get_byte_from_bits.3.gz
 %{_mandir}/man3/modbus_get_byte_timeout.3.gz
+%{_mandir}/man3/modbus_get_float.3.gz
 %{_mandir}/man3/modbus_get_header_length.3.gz
 %{_mandir}/man3/modbus_get_response_timeout.3.gz
 %{_mandir}/man3/modbus_get_socket.3.gz
@@ -94,13 +96,18 @@ make %{?_smp_mflags}
 %{_mandir}/man3/modbus_receive_confirmation.3.gz
 %{_mandir}/man3/modbus_receive_from.3.gz
 %{_mandir}/man3/modbus_receive.3.gz
+%{_mandir}/man3/modbus_reply_exception.3.gz
+%{_mandir}/man3/modbus_reply.3.gz
 %{_mandir}/man3/modbus_report_slave_id.3.gz
 %{_mandir}/man3/modbus_rtu_get_serial_mode.3.gz
 %{_mandir}/man3/modbus_rtu_set_serial_mode.3.gz
 %{_mandir}/man3/modbus_send_raw_request.3.gz
+%{_mandir}/man3/modbus_set_bits_from_bytes.3.gz
+%{_mandir}/man3/modbus_set_bits_from_byte.3.gz
 %{_mandir}/man3/modbus_set_byte_timeout.3.gz
 %{_mandir}/man3/modbus_set_debug.3.gz
 %{_mandir}/man3/modbus_set_error_recovery.3.gz
+%{_mandir}/man3/modbus_set_float.3.gz
 %{_mandir}/man3/modbus_set_response_timeout.3.gz
 %{_mandir}/man3/modbus_set_slave.3.gz
 %{_mandir}/man3/modbus_set_socket.3.gz