This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,6 @@ lib/vfs/Makefile
680
680
lib/widget/Makefile
681
681
682
682
misc/syntax/Makefile
683
- misc/syntax/Syntax
684
683
685
684
doc/Makefile
686
685
@@ -706,6 +705,11 @@ doc/hlp/sr/Makefile
706
705
po/Makefile.in
707
706
] )
708
707
708
+ dnl https://stackoverflow.com/questions/30897170/ac-subst-does-not-expand-variable/30932102#30932102
709
+ AC_CONFIG_FILES (
710
+ [ misc/syntax/Syntax] , [ sed -i -e "s%\${prefix}%$PREFIX%" misc/syntax/Syntax] , [ export PREFIX=$prefix]
711
+ )
712
+
709
713
AC_CONFIG_FILES ( [
710
714
tests/Makefile
711
715
tests/lib/Makefile
Original file line number Diff line number Diff line change 1
1
# This file describes which highlighting scheme is applied to a particular
2
2
# file in mcedit.
3
3
#
4
+ #
5
+ # System-wide files (this and syntax definitions) are located in
6
+ # @datarootdir@/@PACKAGE@/syntax/ directory.
7
+ #
8
+ # User's files (this and syntax definitions) are located in
9
+ # ~/.local/share/@PACKAGE@/syntax directory.
10
+ #
11
+ # If user's file is missing, system-wide one is used.
12
+ #
13
+ #
14
+ # This file is rescanned on opening of every new editor file.
15
+ #
16
+ # Format of this file is following.
17
+ #
4
18
# Each entry consists of two lines: a "file" specification and the
5
19
# corresponding highlighting definition ("include"). A file specification
6
20
# can have two or three fields, each separated by white-space characters.
You can’t perform that action at this time.
0 commit comments