From a2ec5564221b289dfe0a8e2da2df7cc27b6dcb0b Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Fri, 15 Sep 2006 17:46:26 +0000 Subject: [PATCH] Changed/removed docdeps target --- Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index d302966..b5fed6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,16 +144,9 @@ webhost = http://libburn-api.pykix.org webpath = / docdir = $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) -docdeps = \ - doc/doxygen.conf \ - doc/comments \ - libburn/libburn.h \ - libisofs/libisofs.h \ - test/burniso.c - doc: doc/html -doc/html: $(docdeps) +doc/html: doc/doxygen.conf if [ -f ./doc/doc.lock ]; then \ $(RM) -r doc/html; \ doxygen doc/doxygen.conf; \