7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
doxygen doxygen.conf
|
|
cd latex
|
|
make
|
|
cd ..
|
|
cp latex/refman.pdf ./doxygen.pdf
|
|
xdg-open ./doxygen.pdf |