]> j8takagi.net Git Repository - YACASL2.git/commitdiff
docディレクトリーのmake cleanの仕様変更
authorj8takagi <j8takagi@nifty.com>
Wed, 13 Feb 2013 13:31:28 +0000 (22:31 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 13 Feb 2013 13:31:28 +0000 (22:31 +0900)
make distcleanで生成されたドキュメントをすべて削除
make cleanで途中生成されたファイルを削除

doc/Makefile

index e4a6b537ed82b308b26b6782ae69fd5e27428dbc..7d575e24805d28f915d766e3d309b0dd2017f645 100644 (file)
@@ -29,7 +29,6 @@ distclean: clean texinfo-distclean
 
 # make baseで作成されたドキュメントは残す
 clean: texinfo-clean
-       $(RM) *_html *.pdf
 
 include texinfo.mk