]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update to distribute djgpp subdirectory.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 19:06:16 +0000 (19:06 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 19:06:16 +0000 (19:06 +0000)
ChangeLog
Makefile.am

index 27dd1777fa86eada7725cd905f82c70cfb342213..48129dc19c2cd54194d4dcdc76cf0f4b5e6e0a5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * djgpp/*: DJGPP support.
+       From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
+       * Makefile.am (EXTRA_DIST): Add these files.
+       (MAINTAINERCLEANFILES): New variable.
+
 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in (RELEASE_DATE): New variable.
index eed456bd177a2e4ca392044a8de9df6e5a598c90..aa1ec59ada4feb72b8d555dca150353dc13c3d23 100644 (file)
@@ -25,9 +25,15 @@ ACLOCAL_AMFLAGS = -I m4
 gettextsrcdir = $(datadir)/gettext
 gettextsrc_DATA = ABOUT-NLS
 
-EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh
 SUBDIRS = doc intl lib src po m4 misc tests
 
+MAINTAINERCLEANFILES = djgpp/README djgpp/config.sed djgpp/fnchange.lst
+EXTRA_DIST = BUGS DISCLAIM README.gemtext aclocal.sh \
+             djgpp/Makefile.maint djgpp/README.in djgpp/config.bat \
+             djgpp/config.in djgpp/config.site djgpp/edtests.bat \
+             djgpp/fnchange.in djgpp/tscript.sed \
+             $(MAINTAINERCLEANFILES)
+
 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
        rm -f $(srcdir)/ABOUT-NLS \
          && $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \