We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a61eab commit 2f73ea1Copy full SHA for 2f73ea1
Makefile
@@ -92,7 +92,7 @@ DeployBinaries: CreateTagFile
92
cp $(PROGRAM_NAME)/bin/$(PROGRAM_NAME) $(TARGET_PATH)
93
cp $(LOGVIEW_NAME)/bin/$(LOGVIEW_NAME) $(TARGET_PATH)
94
cp $(LIBRARY_NAME)/lib/lib$(LIBRARY_NAME)-$(API_VERSION).so $(TARGET_PATH)
95
- cp ./LICENSE.html $(TARGET_PATH)
+ cp ./LICENSE-*.html $(TARGET_PATH)
96
pandoc --from markdown_github+header_attributes --to html5 --standalone -H ./img/Style.inc ./README.md --output $(TARGET_PATH)/README.html
97
cp ./img/*.png $(TARGET_PATH)/img
98
rm -f $(OUTPUT_FILE)
0 commit comments