このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
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)/$^ > $@
書き込み
プレビュー
読み込み中…
キャンセル
保存