projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdbc03
)
docディレクトリーのmake cleanの仕様変更
author
j8takagi
<j8takagi@nifty.com>
Wed, 13 Feb 2013 13:31:28 +0000
(22:31 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Wed, 13 Feb 2013 13:31:28 +0000
(22:31 +0900)
make distcleanで生成されたドキュメントをすべて削除
make cleanで途中生成されたファイルを削除
doc/Makefile
patch
|
blob
|
history
diff --git
a/doc/Makefile
b/doc/Makefile
index
e4a6b53
..
7d575e2
100644
(file)
--- a/
doc/Makefile
+++ b/
doc/Makefile
@@
-29,7
+29,6
@@
distclean: clean texinfo-distclean
# make baseで作成されたドキュメントは残す
clean: texinfo-clean
- $(RM) *_html *.pdf
include texinfo.mk