mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
build: build docs in order, sorted by the language code
This commit is contained in:
+5
-5
@@ -26,15 +26,15 @@ if(ENABLE_MAN OR ENABLE_DOC)
|
||||
|
||||
set(ASCIIDOCTOR_ARGS -a experimental -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
|
||||
|
||||
add_subdirectory(cs)
|
||||
add_subdirectory(de)
|
||||
add_subdirectory(en)
|
||||
add_subdirectory(es)
|
||||
add_subdirectory(fr)
|
||||
add_subdirectory(it)
|
||||
add_subdirectory(de)
|
||||
add_subdirectory(pl)
|
||||
add_subdirectory(es)
|
||||
add_subdirectory(ru)
|
||||
add_subdirectory(ja)
|
||||
add_subdirectory(cs)
|
||||
add_subdirectory(pl)
|
||||
add_subdirectory(ru)
|
||||
|
||||
endif()
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
SUBDIRS = . en fr it de pl es ru ja cs
|
||||
SUBDIRS = . cs de en es fr it ja pl ru
|
||||
|
||||
EXTRA_DIST = docgen.py \
|
||||
CMakeLists.txt
|
||||
|
||||
Reference in New Issue
Block a user