source: git/dox/Makefile.am @ f5d2647

spielwiese
Last change on this file since f5d2647 was 380d25, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Add Doxygen support to BS Note: use the following for generating html doxygen documentation: cd dox && make html
  • Property mode set to 100644
File size: 227 bytes
Line 
1if HAVE_DOXYGEN
2
3doxyfile.stamp:
4        $(DOXYGEN) Doxyfile
5        echo Timestamp > doxyfile.stamp
6
7CLEANFILES = doxyfile.stamp
8
9# all-local: doxyfile.stamp
10
11html: doxyfile.stamp
12
13clean-local:
14        rm -rf html
15endif
16
17EXTRA_DIST = Doxyfile.in
Note: See TracBrowser for help on using the repository browser.