diff options
author | hpa <hpa> | 1999-03-05 15:15:14 +0000 |
---|---|---|
committer | hpa <hpa> | 1999-03-05 15:15:14 +0000 |
commit | e60193970f2a6cc686281a257b5f1b99d2375ff7 (patch) | |
tree | 5b46cecf4bd7d244fc1bf525b738576a27b53c17 | |
parent | 4c02522e6fa81e9cdcbc4b9fd127b638003baebf (diff) | |
download | syslinux-e60193970f2a6cc686281a257b5f1b99d2375ff7.tar.gz |
Add sys2ansi.pl to the list of distributed files
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst ITARGET = syslinux.com syslinux copybs.com DOCS = COPYING NEWS README TODO *.doc -OTHER = Makefile bin2c.pl now.pl genstupid.pl keytab-lilo.pl version +OTHER = Makefile bin2c.pl now.pl genstupid.pl keytab-lilo.pl version \ + sys2ansi.pl all: $(BTARGET) $(ITARGET) ls -l $(BTARGET) $(ITARGET) |