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, 5 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..53688a4
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,9 @@
+
+SUBDIRS = ru
+
+MAN3 = iadc.3mpu iadd.3mpu \
+       isbb.3mpu isub.3mpu
+
+MAN7 = libmpu.7
+
+dist_man_MANS = $(MAN3) $(MAN7)