瀏覽代碼

Don't set executable bits on non-script Python files

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53328 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 年之前
父節點
當前提交
6550b8bf5a
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tools/g.html2man/Makefile

+ 4 - 1
tools/g.html2man/Makefile

@@ -6,5 +6,8 @@ TARGETS := $(patsubst %.py,$(TOOLSDIR)/%.py,html.py groff.py g.html2man.py)
 
 default: $(TARGETS)
 
-$(TOOLSDIR)/%.py: %.py
+$(TOOLSDIR)/g.html2man.py: g.html2man.py
 	$(INSTALL) $< $@
+
+$(TOOLSDIR)/%.py: %.py
+	$(INSTALL_DATA) $< $@