使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
toilet
镜像自地址
https://github.com/cacalabs/toilet.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
* Generate the manpage in the make rule, not the configure rule, because
at configure time ${datarootdir} depends on ${prefix} which is defined a bit too late in the script.
pull/1/head
Sam Hocevar
sam
19 年前
父节点
67988bb31f
当前提交
9162cd19e9
共有
2 个文件被更改
,包括
4 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+0
-1
configure.ac
+4
-0
doc/Makefile.am
+ 0
- 1
configure.ac
查看文件
@@ -77,6 +77,5 @@ AC_OUTPUT([
tools/Makefile
fonts/Makefile
doc/Makefile
doc/toilet.1
])
+ 4
- 0
doc/Makefile.am
查看文件
@@ -1,6 +1,10 @@
# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
EXTRA_DIST = toilet.1.in
CLEANFILES = toilet.1
man_MANS = toilet.1
toilet.1: toilet.1.in
sed -e "s,@data""rootdir@,$(datarootdir),g" $(srcdir)/$^ > $@
撰写
预览
正在加载...
取消
保存