10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/docs/source/Makefile

10 lines
168 B
Makefile
Raw Normal View History

2018-10-19 11:32:58 +02:00
default:
2019-01-05 01:51:21 +01:00
./auto_generate.py
2018-10-19 11:32:58 +02:00
make -C ../ html
2019-01-11 19:10:12 +01:00
rm -rf ../build/man/
make -C ../ man
cp -r ../build/man/* $(QP_ROOT)/man/
clean:
make -C ../ clean
rm modules/*.rst