Explorar el Código

install haxedoc (fixed issue #1553)

Simon Krajewski hace 12 años
padre
commit
eb4108ee0e
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2 0
      Makefile
  2. 2 0
      std/tools/haxedoc/haxedoc.sh

+ 2 - 0
Makefile

@@ -68,7 +68,9 @@ install:
 	mkdir $(INSTALL_DIR)/lib/haxe/lib
 	chmod 777 $(INSTALL_DIR)/lib/haxe/lib
 	cp std/tools/haxelib/haxelib.sh $(INSTALL_DIR)/bin/haxelib
+	cp std/tools/haxedoc/haxedoc.sh $(INSTALL_DIR)/bin/haxedoc
 	chmod +x $(INSTALL_DIR)/bin/haxelib
+	chmod +x $(INSTALL_DIR)/bin/haxedoc
 	
 uninstall:
 	rm -rf $(INSTALL_DIR)/bin/haxe $(INSTALL_DIR)/bin/haxelib $(INSTALL_DIR)/lib/haxe

+ 2 - 0
std/tools/haxedoc/haxedoc.sh

@@ -0,0 +1,2 @@
+#!/bin/sh
+haxe --run tools.haxedoc.Main $@