blob: 661ddae4198a2e7ebefacf988aaad14aadb13082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/interpreter/Makefile.am.orig 2012-01-31 17:47:52.000000000 +0000
+++ doc/interpreter/Makefile.am 2012-01-31 17:49:37.000000000 +0000
@@ -202,6 +202,8 @@
$(AWK) -f $(srcdir)/mkcontrib.awk $(srcdir)/contributors.in > $@-t
mv $@-t $@
+preface.texi: contributors.texi
+
../../AUTHORS: preface.texi contributors.texi
rm -f AUTHORS
-$(MAKEINFO) -D AUTHORSONLY \
|