changeset 20374:3904d83e47d1

write BUGS and INSTALL.OCTAVE files in top-level directory * doc/module.mk (BUGS, INSTALL.OCTAVE): Set makeinfo output to $@-t.
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jul 2015 21:14:50 -0400
parents a7770c66cb3d
children 22a2f6a7f6dc
files doc/module.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Fri Jul 10 16:46:24 2015 +0100
+++ b/doc/module.mk	Mon Jul 13 21:14:50 2015 -0400
@@ -324,13 +324,13 @@
 BUGS: doc/interpreter/bugs.texi doc/interpreter/$(octave_dirstamp)
 	$(AM_V_MAKEINFO)rm -f $@-t $@ && \
 	$(MAKEINFO) -D BUGSONLY -I $(srcdir)/doc/interpreter \
-	  --no-validate --no-headers --no-split --output doc/interpreter/BUGS $< && \
+	  --no-validate --no-headers --no-split --output $@-t $< && \
 	mv $@-t $@
 
 INSTALL.OCTAVE: doc/interpreter/install.texi doc/interpreter/$(octave_dirstamp)
 	$(AM_V_MAKEINFO)rm -f $@-t $@ && \
 	$(MAKEINFO) -D INSTALLONLY -I $(srcdir)/doc/interpreter \
-	  --no-validate --no-headers --no-split --output doc/interpreter/INSTALL $< && \
+	  --no-validate --no-headers --no-split --output $@-t $< && \
 	mv $@-t $@
 
 EXTRA_DIST += \