doc/doxy: remove unused files
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -105,10 +105,7 @@ $(DOCS) doc/doxy/html: | doc/
|
|||||||
$(DOC_EXAMPLES:%=%.o): | doc/examples
|
$(DOC_EXAMPLES:%=%.o): | doc/examples
|
||||||
OBJDIRS += doc/examples
|
OBJDIRS += doc/examples
|
||||||
|
|
||||||
DOXY_TEMPLATES = doxy_stylesheet.css footer.html header.html
|
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
|
||||||
DOXY_TEMPLATES := $(addprefix $(SRC_PATH)/doc/doxy/, $(DOXY_TEMPLATES))
|
|
||||||
|
|
||||||
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(DOXY_TEMPLATES) $(INSTHEADERS)
|
|
||||||
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
|
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
|
||||||
|
|
||||||
install-doc: install-html install-man
|
install-doc: install-html install-man
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
<footer class="footer pagination-right">
|
|
||||||
<span class="label label-info">
|
|
||||||
Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@@ -1,16 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
||||||
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
|
|
||||||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
|
|
||||||
<link href="$relpath$doxy_stylesheet.css" rel="stylesheet" type="text/css" />
|
|
||||||
<!--Header replace -->
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<!--Header replace -->
|
|
||||||
<div class="menu">
|
|
Reference in New Issue
Block a user