summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1998-03-14 04:31:17 +0000
committerTom Tromey <tromey@src.gnome.org>1998-03-14 04:31:17 +0000
commitd1db995f688da0cacb5065f5a2acbc41218fec97 (patch)
tree0b0d6dc674a017fe7d97369d22b3e17e2aec6594
parente9bcc6033b664096bae6b6a7cf91ce89b4b158a3 (diff)
downloadgnome-common-d1db995f688da0cacb5065f5a2acbc41218fec97.tar.gz
Imported from glibc. Added argp.texi.
Fri Mar 13 21:30:34 1998 Tom Tromey <tromey@cygnus.com> * argp.texi: Imported from glibc. * Makefile.am (EXTRA_DIST): Added argp.texi. svn path=/trunk/; revision=148
-rw-r--r--support/ChangeLog5
-rw-r--r--support/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index c5ac50d..91ca135 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 13 21:30:34 1998 Tom Tromey <tromey@cygnus.com>
+
+ * argp.texi: Imported from glibc.
+ * Makefile.am (EXTRA_DIST): Added argp.texi.
+
1998-03-12 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (noinst_HEADERS): Don't install argp-fmtstream.h and
diff --git a/support/Makefile.am b/support/Makefile.am
index bdc7961..7876a80 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -18,4 +18,4 @@ libgnomesupport_la_LDFLAGS = -version-info 0:0:0
endif
-EXTRA_DIST = argp-test.c
+EXTRA_DIST = argp-test.c argp.texi