Files
obitools4/doc/Makefile
Eric Coissac c94b2974fb Reorganization of the documentation book directory
Former-commit-id: 095acaf9c8649b0e527c6253dc79330feedac865
2023-02-23 23:41:24 +01:00

10 lines
64 B
Makefile

book:
make -C book all
man:
make -C man all
all: book man