projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceee4b3
)
Add missing \ to automake.mk.
author
Ben Pfaff
<blp@gnu.org>
Wed, 5 Apr 2006 03:20:20 +0000
(
03:20
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Wed, 5 Apr 2006 03:20:20 +0000
(
03:20
+0000)
examples/ChangeLog
patch
|
blob
|
history
examples/automake.mk
patch
|
blob
|
history
diff --git
a/examples/ChangeLog
b/examples/ChangeLog
index c41d21b4ec4576bf9142b84e8602b42312f7cea1..4fd9e0d5b3e3c6ec9ffe177f791c584d74d4324b 100644
(file)
--- a/
examples/ChangeLog
+++ b/
examples/ChangeLog
@@
-1,3
+1,7
@@
+Tue Apr 4 20:19:48 2006 Ben Pfaff <blp@gnu.org>
+
+ * automake.mk: Add missing \ to definition.
+
Sun Aug 9 11:16:13 1998 Ben Pfaff <blp@gnu.org>
* descriptives.stat: Renamed descript.stat.
diff --git
a/examples/automake.mk
b/examples/automake.mk
index d80c6e61f0ab5d7063fc2f158e23370e1cf404b7..641e4288205e782db619235fdf3fd5c96e833350 100644
(file)
--- a/
examples/automake.mk
+++ b/
examples/automake.mk
@@
-1,6
+1,6
@@
## Process this file with automake to produce Makefile.in -*- makefile -*-
-EXTRA_DIST +=
+EXTRA_DIST +=
\
examples/descript.stat \
examples/regress.stat \
examples/regress_categorical.stat