Skip to content

Commit

Permalink
add INSTALL.odt
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Oct 10, 2018
1 parent ce14e6f commit 3b319ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
*.log
*.sql
*.sqlite
*.pdf
.~lock.*\#

# OS generated files #
######################
Expand Down
Binary file added INSTALL.odt
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile.mgw64
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ install: $(TARGET)
plugin: $(TARGET)
mkdir -p "$(PLUGDIR)/64"
cp -p $(TARGET) "$(PLUGDIR)/64"
cp -p *.cfg "$(PLUGDIR)"
cp -p *.cfg *.pdf "$(PLUGDIR)"

0 comments on commit 3b319ab

Please sign in to comment.