mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-16 20:26:19 +00:00
Don't delete sgv_cache.txt on clean
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3276 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -55,8 +55,10 @@ $(SOURCE_NAME).rtf: $(SOURCE)
|
||||
|
||||
clean:
|
||||
@mv scst_user_spec.txt scst_user_spec.tx
|
||||
@mv sgv_cache.txt sgv_cache.tx
|
||||
rm -f *.txt *.html *.tex *.dvi *.ps *.pdf *.info *.lyx *.rtf
|
||||
@mv scst_user_spec.tx scst_user_spec.txt
|
||||
@mv sgv_cache.tx sgv_cache.txt
|
||||
|
||||
extraclean: clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user