remove now-unneeded documentation-header
[libftdi] / doc / Makefile.am
index 96fd82e..b8b03d2 100644 (file)
@@ -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)