1 Star 0 Fork 8

brucezhang/anaconda_ocs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
5001-remove-gtkdoc-support-for-widgets.patch 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-02-22 17:37 +08:00 . OCS package init
From a65baa8e63262a13113dc5ad9b0bb6408811ef35 Mon Sep 17 00:00:00 2001
From: jackxjchen <jackxjchen@tencent.com>
Date: Wed, 14 Sep 2022 15:56:02 +0800
Subject: [PATCH] remove gtkdoc support for widgets
---
widgets/Makefile.am | 2 +-
widgets/Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index 6478ce8..222aeaa 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -19,7 +19,7 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src python glade doc
+SUBDIRS = src python glade
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in config.sub \
configure depcomp install-sh ltmain.sh missing py-compile \
diff --git a/widgets/Makefile.in b/widgets/Makefile.in
index 7ee68c8..782cb06 100644
--- a/widgets/Makefile.in
+++ b/widgets/Makefile.in
@@ -378,7 +378,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = src python glade doc
+SUBDIRS = src python glade
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in config.sub \
configure depcomp install-sh ltmain.sh missing py-compile \
m4/*.m4
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/anaconda_ocs.git
git@gitee.com:bbrucezhang/anaconda_ocs.git
bbrucezhang
anaconda_ocs
anaconda_ocs
master

搜索帮助