mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 02:29:50 +00:00
build: style cleanup in doc/Makefile.am
This commit is contained in:
parent
011b6cc726
commit
23c00e97a9
@ -2,12 +2,15 @@
|
||||
|
||||
.PHONY: gendoc api_ref asciidoc
|
||||
|
||||
ASCIIDOCOPTS=-a pygments -a language=c -a icons \
|
||||
-a toc2 \
|
||||
-a numbered \
|
||||
-a imagesdir="./images/" \
|
||||
-a iconsdir="./images/icons" \
|
||||
-a stylesdir="${abs_srcdir}/stylesheets/"
|
||||
ASCIIDOCOPTS = \
|
||||
-a pygments \
|
||||
-a language=c \
|
||||
-a icons \
|
||||
-a toc2 \
|
||||
-a numbered \
|
||||
-a imagesdir="./images/" \
|
||||
-a iconsdir="./images/icons" \
|
||||
-a stylesdir="$(abs_srcdir)/stylesheets/"
|
||||
|
||||
EXTRA_DIST = \
|
||||
core.txt \
|
||||
@ -74,4 +77,4 @@ else
|
||||
endif
|
||||
|
||||
clean-local:
|
||||
rm -f api/* libnl.dict *.html;
|
||||
rm -f api/* libnl.dict *.html
|
||||
|
Loading…
Reference in New Issue
Block a user