fixed extra documentation directory setting
This commit is contained in:
parent
e5f327cf84
commit
5a3e47327b
|
@ -1,13 +1,12 @@
|
||||||
KDOC_DIR=kdoc
|
DOC_DIR = doc
|
||||||
|
DOXYGEN_DIR = doc/doxygen
|
||||||
|
DOXYGEN_CONFIG = etc/doxygen.config
|
||||||
|
|
||||||
SUBDIRS = src man
|
SUBDIRS = src man
|
||||||
|
|
||||||
sysconf_DATA = darkice.cfg
|
sysconf_DATA = darkice.cfg
|
||||||
|
|
||||||
EXTRA_DIST = $(KDOC_DIR) darkice.cfg INSTALL.lame INSTALL.vorbis
|
EXTRA_DIST = $(DOC_DIR) darkice.cfg INSTALL.lame INSTALL.vorbis
|
||||||
|
|
||||||
DOXYGEN_DIR = doc/doxygen
|
|
||||||
DOXYGEN_CONFIG = etc/doxygen.config
|
|
||||||
|
|
||||||
.PHONY: doc
|
.PHONY: doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue