X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=36cb84960aeebddb35b06957a6c1c135debe887f;hb=323f453596659c754a438a3c9cf7066872585318;hp=9a402a61433761163e71636170883c15c777ba6b;hpb=1afa1542b43c3400cdf58b66d4c7c1e7c60c2e9a;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 9a402a6..36cb849 100644 --- a/Makefile +++ b/Makefile @@ -81,3 +81,7 @@ special-templates: ../htdocs/phdru.name/Russian/Software/instant-messengers/inst .PHONY: clean-html clean-html: find ../htdocs/phdru.name/ -type f -name \*.html -delete + +.PHONY: clean-blog +clean-blog: + find ../htdocs/phdru.name/Russian/blog -type f -name \*.html -delete