clean feeds
This commit is contained in:
parent
7ec2d58f45
commit
523ec9c937
@ -21,7 +21,8 @@ settings:
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm ./pages/*.html
|
||||
rm ./tags/*/*.html
|
||||
rm ./webring/*.html
|
||||
rmdir ./pages ./tags/* ./tags ./webring
|
||||
- rm -f ./pages/*.html
|
||||
- rm -f ./tags/*/*.html
|
||||
- rm -f ./webring/*.html
|
||||
- rm -f ./feeds/*.xml
|
||||
- rmdir ./pages ./tags/* ./tags ./webring ./feeds
|
||||
|
Loading…
x
Reference in New Issue
Block a user