diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 16:31:32 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 16:47:16 +0300 |
| commit | 146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb (patch) | |
| tree | 773cb664c164bd46f7588286913cc4a4957e3ec6 /mnv/Makefile | |
| parent | 580d07d58fdf879a895878a456124a58040c2d3b (diff) | |
| download | Project-Tick-146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb.tar.gz Project-Tick-146c889dde5ef0908d66ab2c1e1aa6b6ceef6deb.zip | |
NOISSUE changed icons to mnv icons for mnv and removed localization support
MNV - MNV's not Vim 10.0.2 released
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/Makefile')
| -rw-r--r-- | mnv/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mnv/Makefile b/mnv/Makefile index 4bfd5783e0..e1d08b251c 100644 --- a/mnv/Makefile +++ b/mnv/Makefile @@ -334,15 +334,6 @@ unixall: dist prepare touch dist/$(MNVRTDIR)/src/auto/config.h # Make sure configure is newer than config.mk to force it to be generated touch dist/$(MNVRTDIR)/src/configure -# Make sure ja.sjis.po is newer than ja.po to avoid it being regenerated. -# Same for cs.cp1250.po, pl.cp1250.po and sk.cp1250.po. - touch dist/$(MNVRTDIR)/src/po/ja.sjis.po - touch dist/$(MNVRTDIR)/src/po/cs.cp1250.po - touch dist/$(MNVRTDIR)/src/po/pl.cp1250.po - touch dist/$(MNVRTDIR)/src/po/sk.cp1250.po - touch dist/$(MNVRTDIR)/src/po/zh_CN.cp936.po - touch dist/$(MNVRTDIR)/src/po/ru.cp1251.po - touch dist/$(MNVRTDIR)/src/po/uk.cp1251.po # Create the archive. cd dist && tar cf $(MNVVER).tar $(MNVRTDIR) bzip2 dist/$(MNVVER).tar |
