Inkycal/inkycal/display/drivers/parallel_drivers/bcm2835-1.68/doc/Makefile.am

14 lines
197 B
Makefile
Raw Normal View History

2022-04-10 02:27:44 +02:00
if HAVE_DOXYGEN
doxyfile.stamp: ../src/bcm2835.h
$(DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
CLEANFILES = doxyfile.stamp *~
all-local: doxyfile.stamp
clean-local:
rm -rf html
endif