X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=36cb84960aeebddb35b06957a6c1c135debe887f;hb=323f453596659c754a438a3c9cf7066872585318;hp=9a402a61433761163e71636170883c15c777ba6b;hpb=b519493f4973fae3e73388a141f7e33b83f1dab6;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