X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=b8b03d2a1513af3830d0b84ff4f7fc94465b5e7e;hb=e5cf3c2858e0b7a3e1570efee01f99968a1a48d1;hp=96fd82ea18f11391ead07699b37d0eed91479ada;hpb=b5ec1820000c433ddc9ca648b1a0d9f8d43a9d49;p=libftdi diff --git a/doc/Makefile.am b/doc/Makefile.am index 96fd82e..b8b03d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,3 @@ -# I grabbed this same hack from the VACM docs/Makfile.am CLEANFILES = rm -rf html man if HAVE_DOXYGEN @@ -9,5 +8,5 @@ endif all: $(MANUALS) -html/index.html: ../src/*.c ../src/*.h +html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/ftdipp/*.cpp $(top_srcdir)/ftdipp/*.hpp $(top_srcdir)/examples/*.c $(DOXYGEN)