1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/doc/Makefile.am
2015-01-23 17:24:36 +01:00

14 lines
228 B
Makefile

## Makefile.am -- Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
EXTRA_DIST = Doxyfile
if DOXY
noinst_DATA = doxy
doxy: Doxyfile
$(DOXYGEN) Doxyfile
touch Doxyfile
endif