8 lines
168 B
Makefile
8 lines
168 B
Makefile
CLEAN_FILES+=doc/html doc/man
|
|
|
|
|
|
doxygen.doxyfile:
|
|
@echo "Missing doxygen configuration file \"doxygen.doxyfile\""
|
|
|
|
doxygen: doxygen.doxyfile
|
|
@doxygen doxygen.doxyfile
|