From b56c00e04a426b5675e0adfb375415ce130ff621 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Tue, 20 Oct 2015 15:59:59 +0200 Subject: [PATCH] doc: add missing targets modbus_get_float_* --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 9862ece..3e06aba 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,6 +6,9 @@ TXT3 = \ modbus_get_byte_from_bits.txt \ modbus_get_byte_timeout.txt \ modbus_get_float.txt \ + modbus_get_float_abcd.txt \ + modbus_get_float_badc.txt \ + modbus_get_float_cdab.txt \ modbus_get_float_dcba.txt \ modbus_get_header_length.txt \ modbus_get_response_timeout.txt \ -- libgit2 0.21.4