Reorganization of the documentation book directory

Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
This commit is contained in:
2023-02-23 23:41:24 +01:00
parent 072b85e155
commit c94b2974fb
154 changed files with 1201200 additions and 5348 deletions

10
doc/Makefile Normal file
View File

@ -0,0 +1,10 @@
book:
make -C book all
man:
make -C man all
all: book man