Added doc directory for Doxygen files and output
This commit is contained in:
parent
b4f08813f9
commit
4bcdc8dad9
2445
doc/Doxyfile.in
Normal file
2445
doc/Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
15
doc/Makefile.am
Normal file
15
doc/Makefile.am
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#if HAVE_DOXYGEN
|
||||||
|
|
||||||
|
directory = $(top_srcdir)/doc
|
||||||
|
|
||||||
|
$(directory)/html: Doxyfile
|
||||||
|
$(DOXYGEN) Doxyfile
|
||||||
|
|
||||||
|
all-local: $(directory)/html
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -rf $(directory)/html
|
||||||
|
rm -rf $(directory)/man
|
||||||
|
rm -rf $(directory)/xml
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user