X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Makefile.am;h=2fd5e323dec6cee47bbbf25fe7dfc2aabd6be054;hp=02520f201e965ef5e3a22abc05c52ff146d18ee6;hb=e666807a6ffc592be03dddb90ad2d40f2011c8d6;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702 diff --git a/Makefile.am b/Makefile.am index 02520f201e..2fd5e323de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,36 @@ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 +AUTOMAKE_OPTIONS = foreign 1.6 -SUBDIRS = src +nobase_dist_pkgdata_DATA = \ + contrib/libdcc/dcc_stdio.c \ + contrib/libdcc/dcc_stdio.h \ + contrib/libdcc/example.c \ + contrib/libdcc/README \ + contrib/openocd.udev + +SUBDIRS = src doc + +EXTRA_DIST = Doxyfile + +docs: pdf html doxygen + +doxygen:: + doxygen Doxyfile 2>&1 | perl tools/logger.pl > doxygen.log + +doxygen-clean: + rm -f -r doxygen doxygen.log + +MAINTAINERCLEANFILES = \ + configure \ + Makefile.in \ + depcomp \ + config.guess \ + config.sub \ + config.h.in \ + config.h.in~ \ + compile \ + ltmain.sh \ + missing \ + aclocal.m4 \ + install-sh