chiark / gitweb /
Quieten a few Automake warnings
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Jan 2010 17:17:07 +0000 (17:17 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Jan 2010 17:17:07 +0000 (17:17 +0000)
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
NEWS [new file with mode: 0644]
lib/Makefile.am

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..57c71b4
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+See the end of README for authorship details.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..c263762
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+See version control history for detailed change information.
+       
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..28889c4
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+See CHANGES.html for high-level change information.
+
+See README.upgrades for upgrade information.
index 11040dbc57f85710edc5ac43135ffbddc9e2ad40..be12f1c2680efcbe7337a42f67f8fef735c5939f 100644 (file)
@@ -136,10 +136,6 @@ defs.lo: definitions.h versionstring.h
 rebuild-unicode:
        cd ${srcdir} && ${top_srcdir}/scripts/make-unidata
 
 rebuild-unicode:
        cd ${srcdir} && ${top_srcdir}/scripts/make-unidata
 
-%.i: %.c
-       $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new
-       mv $@.new $@
-
 CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \
           *.gcda *.gcov *.gcno *.c.html index.html
 
 CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \
           *.gcda *.gcov *.gcno *.c.html index.html