X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Makefile.am;h=b31bcea9195be838ac5fe08c30afd082df69fdb8;hp=fab470466631b80ee1748d74a8b5a794f45e1939;hb=37f4978f95a989d6bfcaf9aff354ee23a0855b92;hpb=5507b5f430e3d6bef00a7ffcd51df29c13d7477e diff --git a/Makefile.am b/Makefile.am index fab4704666..b31bcea919 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,13 @@ nobase_dist_pkgdata_DATA = \ contrib/libdcc/README \ contrib/openocd.udev -SUBDIRS = src doc +if INTERNAL_JIMTCL +SUBDIRS = jimtcl +else +SUBDIRS = +endif + +SUBDIRS += src doc EXTRA_DIST = \ Doxyfile.in \ @@ -26,6 +32,7 @@ Doxyfile: $(srcdir)/Doxyfile.in echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \ echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \ sed -e 's,@srcdir\@,$(srcdir),' \ + -e 's,@builddir\@,$(builddir),' \ -e 's,@doxygen_as_html\@,$(doxygen_as_html),' \ -e 's,@doxygen_as_pdf\@,$(doxygen_as_pdf),' $< \ ) > $@