Created
September 15, 2013 13:56
-
-
Save jbeezley/6570964 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/addon/doxywizard/Makefile.in b/addon/doxywizard/Makefile.in | |
index 727409a..8b0d00f 100644 | |
--- a/addon/doxywizard/Makefile.in | |
+++ b/addon/doxywizard/Makefile.in | |
@@ -30,7 +30,7 @@ distclean: Makefile.doxywizard | |
install: | |
$(INSTTOOL) -d $(INSTALL)/bin | |
- $(INSTTOOL) -m 755 ../../bin/doxywizard $(INSTALL)/bin | |
+ $(INSTTOOL) -m 755 ../../bin/doxywizard.app/Contents/MacOS/doxywizard $(INSTALL)/bin | |
$(INSTTOOL) -d $(INSTALL)/$(MAN1DIR) | |
cat ../../doc/doxywizard.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxywizard.1 | |
$(INSTTOOL) -m 644 doxywizard.1 $(INSTALL)/$(MAN1DIR)/doxywizard.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment