X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=f0f68504b84a993f3fe803e08910edccaefd4e2c;hb=ad397a4bb9a5c258c8655e30f6856c0103d49a9e;hp=f4e1cd47c7654489a4058745f594512811087534;hpb=1941414d46892806d3d0e1a064b562f7f86a0e8d;p=libftdi diff --git a/doc/Makefile.am b/doc/Makefile.am index f4e1cd4..f0f6850 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,3 @@ -EXTRA_DIST = - -# I grabbed this same hack from the VACM docs/Makfile.am CLEANFILES = rm -rf html man if HAVE_DOXYGEN @@ -11,5 +8,5 @@ endif all: $(MANUALS) -html/index.html: ../src/*.c ../src/*.h +html/index.html: ../src/*.c ../src/*.h ../examples/*.c $(DOXYGEN)