Changed/removed docdeps target

This commit is contained in:
Mario Danic 2006-09-15 17:46:26 +00:00
parent 516112cf83
commit a2ec556422
1 changed files with 1 additions and 8 deletions

View File

@ -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; \