diff options
| author | Teddy Wing | 2021-08-23 23:08:26 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-23 23:13:18 +0200 |
| commit | 732c469b3b329eeddcf0d72575c5d7bff1f9e278 (patch) | |
| tree | a8d7042987ba6974fe277b80cdc5b4fffdea55d8 /Makefile | |
| parent | c25e99c1c795450c0f792fdadbff37d3de078099 (diff) | |
| download | readline-incdec-732c469b3b329eeddcf0d72575c5d7bff1f9e278.tar.bz2 | |
Highlight `incdec.m4` as a Bash file
When I changed the file to an M4 file, it removed Bash syntax
highlighting, and the `include()` call interfered with Bash quote
matching. Use a different macro to include the Perl file so we can get
Bash syntax highlighting.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ incdec.pl: incdec.pl.m4 incdec.pm m4 $< > $@ rm incdec.sub.pl -incdec: incdec.m4 incdec.pl - m4 $< > $@ +incdec: incdec.m4.bash incdec.pl + m4 $< --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" > $@ |
