added api docs

This commit is contained in:
TLINDEN
2014-02-20 20:09:24 +01:00
parent 08bc0bc8bf
commit 2e4657bb08
93 changed files with 13100 additions and 0 deletions

View File

@@ -20,3 +20,12 @@
#
dist_man_MANS = pcp1.1
DATAROOTDIR = /usr
DOXDIR = $(prefix)/share/doc/libpcp-$(VERSION)
DOC_FILES = html/* ../README.txt ../COPYING ../AUTHORS ../INSTALL ../ChangeLog ../config.log
# FIXME: make doc install optional...
install-data-local:
$(INSTALL) -m 755 -d $(DOXDIR)
$(INSTALL) -m 644 $(DOC_FILES) $(DOXDIR)/