* as/Makefile.in: *.doc renamed to *.txt
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 13 Feb 2009 19:11:25 +0000 (19:11 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 13 Feb 2009 19:11:25 +0000 (19:11 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5378 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
as/Makefile.in

index 4753725688bd65d041e753e48c6660fdf3548707..4027ee38dc1ea0a193e76df348b93491bb627127 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-13 Borut Razem <borut.razem AT siol.net>
+
+       * as/Makefile.in: *.doc renamed to *.txt
+
 2008-02-11 Borut Razem <borut.razem AT siol.net>
 
        * as/doc/aslnk.doc, as/doc/abstra.doc: renamed to *.txt
index 824b93096c31cc52c91a164b774123ae6401b318..7052a316761012310bb9b9309adb90aaa1c9c8a5 100644 (file)
@@ -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)