Changed/removed docdeps target
This commit is contained in:
parent
c20825a875
commit
7d85b5113c
@ -144,16 +144,9 @@ webhost = http://libburn-api.pykix.org
|
|||||||
webpath = /
|
webpath = /
|
||||||
docdir = $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION)
|
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: doc/html
|
||||||
|
|
||||||
doc/html: $(docdeps)
|
doc/html: doc/doxygen.conf
|
||||||
if [ -f ./doc/doc.lock ]; then \
|
if [ -f ./doc/doc.lock ]; then \
|
||||||
$(RM) -r doc/html; \
|
$(RM) -r doc/html; \
|
||||||
doxygen doc/doxygen.conf; \
|
doxygen doc/doxygen.conf; \
|
||||||
|
Loading…
Reference in New Issue
Block a user