Add README.md
[libcontrac.git] / Makefile.am
1 EXTRA_DIST = include/contrac
2
3 SUBDIRS = src tests
4 dist_doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
5
6 # Install the pkg-config file; the directory is set using
7 # PKG_INSTALLDIR in configure.ac.
8 pkgconfigdir = $(libdir)/pkgconfig
9 pkgconfig_DATA = libcontrac-0.pc
10
11 export VERSION
12
13 ChangeLog:
14         touch $@
15
16 .PHONY: doxygen
17
18 doxygen:
19         $(DOXYGEN) doxyfile
20 #       @if test "$DOXYGEN" = doxygen; then \
21 #               $(DOXYGEN) doxyfile; \
22 #       else \
23 #               echo "Please install doxygen to generate the documentation."; \
24 #       fi
25