mirror of https://github.com/MidnightCommander/mc
1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
* syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files to the list.
This commit is contained in:
parent
cdb96db7cd
commit
f503de5232
|
@ -1,3 +1,8 @@
|
|||
1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
|
||||
to the list.
|
||||
|
||||
1999-07-21 Paul Sheer <psheer@obsidian.co.za>
|
||||
|
||||
* gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
|
||||
|
|
|
@ -13,23 +13,28 @@ INSTALL_DATA = @INSTALL_DATA@
|
|||
#
|
||||
|
||||
DISTSYNTAX = Makefile.in $(ALLSYNTAX)
|
||||
ALLSYNTAX = \
|
||||
c.syntax \
|
||||
changelog.syntax \
|
||||
diff.syntax \
|
||||
diffc.syntax \
|
||||
html.syntax \
|
||||
java.syntax \
|
||||
latex.syntax \
|
||||
lsm.syntax \
|
||||
makefile.syntax \
|
||||
ml.syntax \
|
||||
nroff.syntax \
|
||||
pascal.syntax \
|
||||
perl.syntax \
|
||||
python.syntax \
|
||||
sh.syntax \
|
||||
smalltalk.syntax
|
||||
ALLSYNTAX = \
|
||||
ada95.syntax \
|
||||
c.syntax \
|
||||
changelog.syntax \
|
||||
diff.syntax \
|
||||
diffc.syntax \
|
||||
html.syntax \
|
||||
java.syntax \
|
||||
latex.syntax \
|
||||
lsm.syntax \
|
||||
mail.syntax \
|
||||
makefile.syntax \
|
||||
ml.syntax \
|
||||
nroff.syntax \
|
||||
pascal.syntax \
|
||||
perl.syntax \
|
||||
python.syntax \
|
||||
sh.syntax \
|
||||
smalltalk.syntax \
|
||||
swig.syntax \
|
||||
texinfo.syntax \
|
||||
unknown.syntax
|
||||
|
||||
all:
|
||||
|
||||
|
|
Loading…
Reference in New Issue