이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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 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
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)/$^ > $@
쓰기
미리보기
불러오는 중...
취소
저장