third_party_libnl/doc/Makefile.am
Jan Engelhardt bf4fd3acee Move to automake-based build
Issues solved:
* PACKAGE_VERSION was abused for SOVERSION
* unneeded DEP stage
* did not support out-of-tree builds
* no way to turn off silent mode
* overriding CFLAGS at make time was not supported
* no static libs were provided

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2009-06-23 01:24:51 +02:00

10 lines
96 B
Makefile

# -*- Makefile -*-
.PHONY: gendoc
gendoc:
doxygen Doxyfile;
distclean-local:
rm -f html/*;