Skip to content

Commit

Permalink
Ticket #3243: "User menu -> View manual page" doesn't do coloring
Browse files Browse the repository at this point in the history
Rename menu.mc and menu.mc.sr for substitute variables from configure.ac file

Signed-off-by: Slava Zanko <[email protected]>
  • Loading branch information
slavaz committed Sep 4, 2014
1 parent 3949e55 commit d3e80d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ contrib/dist/pkginfo
contrib/dist/prototype
misc/Makefile
misc/mc.menu
misc/mcedit.menu
misc/mc.menu.sr
misc/skins/Makefile
misc/ext.d/Makefile
misc/ext.d/doc.sh
Expand Down
17 changes: 13 additions & 4 deletions misc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,22 @@ if CHARSET
pkgdata_DATA += mc.charsets
endif

SCRIPTS_IN = \
mc.menu.in \
mc.menu.sr.in \
mcedit.menu.in

SCRIPTS_OUT = \
mc.menu \
mc.menu.sr \
mcedit.menu

LIBFILES_CONST = \
mcedit.menu \
filehighlight.ini \
mc.keymap \
mc.default.keymap \
mc.emacs.keymap \
mc.menu \
mc.menu.sr
mc.emacs.keymap


LIBFILES_SCRIPT = \
edit.indent.rc
Expand All @@ -29,6 +37,7 @@ CLEANFILES = $(SCRIPTS_OUT)
cfgdir = $(sysconfdir)/@PACKAGE@
cfg_DATA = \
$(LIBFILES_CONST) \
$(SCRIPTS_OUT) \
$(LIBFILES_OUT)

cfg_SCRIPTS = \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d3e80d0

Please sign in to comment.