summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-12-03 00:59:04 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-12-03 00:59:04 +0000
commita3e8e691c87827a725c0749f10c981677deded87 (patch)
treee645861f334a5ae0227ee76fb7ba86bdf5a2b067
parent8184a2728689b4fd8f86a103997861a276ea0637 (diff)
downloadgnome-common-a3e8e691c87827a725c0749f10c981677deded87.tar.gz
Add back `gnomesupport.awk' and `README-gnome'.
* Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and `README-gnome'. svn path=/trunk/; revision=497
-rw-r--r--support/ChangeLog7
-rw-r--r--support/Makefile.am1
2 files changed, 7 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 0dcf3e3..720f3ae 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-02 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (EXTRA_DIST): Add back `gnomesupport.awk' and
+ `README-gnome'.
+
1998-11-06 Raja R Harinath <harinath@cs.umn.edu>
* popt.c (gnomesupport-fake.h): Include.
@@ -11,7 +16,7 @@
(popt_sources): List `popt' sources.
(libgnomesupport_la_SOURCES): Include $popt_sources.
(include_HEADERS): Install `popt.h'.
- (noinst_HEADERSS): Don't install poptint.h and findme.h.
+ (noinst_HEADERS): Don't install poptint.h and findme.h.
* popt.c: New file. From the POPT package. Replacement for
argp/getopt.
* poptparse.c: Likewise.
diff --git a/support/Makefile.am b/support/Makefile.am
index f1a21b1..245b1e7 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -35,3 +35,4 @@ gnomesupport.h: gnomesupport.awk $(top_builddir)/config.h
$(AWK) -f $(srcdir)/gnomesupport.awk < $(top_builddir)/config.h > gsh-t
mv gsh-t gnomesupport.h
+EXTRA_DIST = gnomesupport.awk README-gnome