本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
toilet
镜像来自
https://github.com/cacalabs/toilet.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
* 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 Options
Show Stats
Download Patch File
Download Diff File
+0
-1
configure.ac
+4
-0
doc/Makefile.am
+ 0
- 1
configure.ac
查看文件
@@ -77,6 +77,5 @@ AC_OUTPUT([
tools/Makefile
tools/Makefile
fonts/Makefile
fonts/Makefile
doc/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 $
# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
EXTRA_DIST = toilet.1.in
EXTRA_DIST = toilet.1.in
CLEANFILES = toilet.1
man_MANS = toilet.1
man_MANS = toilet.1
toilet.1: toilet.1.in
sed -e "s,@data""rootdir@,$(datarootdir),g" $(srcdir)/$^ > $@
Write
Preview
Loading…
取消
儲存