Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various of minor stuff #21

Merged
merged 2 commits into from Feb 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 0 additions & 16 deletions .gitignore
Expand Up @@ -5,7 +5,6 @@ Makefile.local
Makefile.vcs
Makefile.gfx
.version
parsetab.py
custom_tags.txt
docs/readme.txt
.nmlcache
Expand All @@ -21,18 +20,3 @@ docs/readme.txt

# Ignore directories from bundle creation / install:
opengfx-*

# Ignore frequent development left-overs like
# editor backups, patches, rejects etc. pp
*.orig
*.bak
*.log
*.rej
*.diff

# Files created by Mac image preview and file browser:
.DS_Store
Thumbs.db

archive/**
gimp-data/**
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -301,8 +301,9 @@ endif

grf: $(GFX_FILES) $(GRF_FILES)

# custom_tags.txt is used by NML to replace variables in LNG_FILES
custom_tags.txt: Makefile.vcs
$(_E) "[LNG] $@"
$(_E) "[NML-LNG] $@"
$(_V) echo "VERSION :$(REPO_VERSION)" > $@
$(_V) echo "VERSION_STRING :$(REPO_VERSION)" >> $@
$(_V) echo "TITLE :$(REPO_TITLE)" >> $@
Expand Down Expand Up @@ -338,7 +339,6 @@ clean::
$(_V)-rm -rf $(GRF_FILES)
$(_V)-rm -rf $(GRF_FILES).cache
$(_V)-rm -rf $(GRF_FILES).cacheindex
$(_V)-rm -rf parsetab.py
$(_V)-rm -rf .nmlcache

maintainer-clean::
Expand Down