소스 검색

pygrass: clean compilation layout _template

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60448 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 년 전
부모
커밋
2d63fc435d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/python/pygrass/docs/Makefile

+ 1 - 0
lib/python/pygrass/docs/Makefile

@@ -42,6 +42,7 @@ help:
 
 clean:
 	-rm -rf $(BUILDDIR)/*
+	-rm -f _templates/layout.html
 
 html:
 	$(call run_grass,$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR_HTML))