changeset 11393:7708bad09ad1

Update mk_undocumented_list Makefile target to use $(srcdir) for portability.
author Rik <octave@nomad.inbox5.com>
date Sun, 19 Dec 2010 10:48:52 -0800
parents 757efa1d7e2a
children ecd87194adb6
files doc/ChangeLog doc/interpreter/Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Sat Dec 18 14:37:11 2010 -0800
+++ b/doc/ChangeLog	Sun Dec 19 10:48:52 2010 -0800
@@ -1,3 +1,8 @@
+2010-12-19  Rik  <octave@nomad.inbox5.com>
+
+	* interpreter/Makefile.am: Update mk_undocumented_list target to use
+	$(srcdir) for portability.
+
 2010-12-17  Rik  <octave@nomad.inbox5.com>
 
 	* interpreter/container.txi, interpreter/func.txi,
--- a/doc/interpreter/Makefile.am	Sat Dec 18 14:37:11 2010 -0800
+++ b/doc/interpreter/Makefile.am	Sun Dec 19 10:48:52 2010 -0800
@@ -212,7 +212,7 @@
 
 undocumented_list:
 	rm -f $@
-	-$(PERL) doccheck/mk_undocumented_list > $@
+	-$(PERL) $(srcdir)/doccheck/mk_undocumented_list > $@
 .PHONY: undocumented_list