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 e4a6b53..7d575e2 100644 (file)
@@ -29,7 +29,6 @@ distclean: clean texinfo-distclean
 
 # make baseで作成されたドキュメントは残す
 clean: texinfo-clean
-       $(RM) *_html *.pdf
 
 include texinfo.mk