Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2024-12-28 08:20:38 +0300 committer: kx <kx@radix-linux.su> 2024-12-28 08:20:38 +0300 commit: 07a2b4814e54523bee9733655d165dfa70643565 parent: 055ab71005847fee9aefff8f22be05c3b1ced684
Commit Summary:
Initial set of man pages
Diffstat:
1 file changed, 3 insertions, 1 deletion
diff --git a/configure.ac b/configure.ac
index 16f7938..c5f20da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,7 +280,9 @@ AC_CONFIG_FILES([ po/Makefile.in
                   mpu/Makefile
                   include/libmpu.h
                   mpu-config
-                  mpu.pc])
+                  mpu.pc
+                  man/Makefile
+                  man/ru/Makefile])
 AC_OUTPUT
 
 if test -f "config.h"; then