From 66bd8fe2881302e8699a2838a7cf7b999b7ad392 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 13 Feb 2009 19:11:25 +0000 Subject: [PATCH] * as/Makefile.in: *.doc renamed to *.txt git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5378 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ as/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 47537256..4027ee38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-13 Borut Razem + + * as/Makefile.in: *.doc renamed to *.txt + 2008-02-11 Borut Razem * as/doc/aslnk.doc, as/doc/abstra.doc: renamed to *.txt diff --git a/as/Makefile.in b/as/Makefile.in index 824b9309..7052a316 100644 --- a/as/Makefile.in +++ b/as/Makefile.in @@ -8,7 +8,7 @@ BUILDDIR=../$(top_builddir)/bin include $(top_builddir)/Makefile.common PORTS = z80 gbz80 -DOCS = README abstra.doc appendk.txt asmlnk.doc asxhtm.html format.txt +DOCS = README abstra.txt appendk.txt asmlnk.txt asxhtm.html format.txt all: $(MAKE) -C z80 _as-z80 _as-gbz80 E=$(E) BUILDDIR=$(BUILDDIR) -- 2.39.5