Mercurial > hg > octave-thorsten
changeset 9720:2997727398d1
Cleanup make process for liboctave documentation
Stopped comment header at start of file from being erroeosly included in documentation
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Mon, 12 Oct 2009 12:13:22 -0700 |
parents | 71e4a91de775 |
children | 192d94cff6c1 |
files | doc/ChangeLog doc/liboctave/Makefile.in doc/liboctave/liboctave.texi |
diffstat | 3 files changed, 25 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-10-12 Rik <octave@nomad.inbox5.com> + + * liboctave/Makefile.in: Simplify Makefile using GNU Make functions + * liboctave/liboctave.texi: Stop header of file, which was meant to be + commented, from being transferred into the documentation. + 2009-10-12 Rik <octave@nomad.inbox5.com> * faq/Makefile.in: Clean a few non-functional commands from Makefile
--- a/doc/liboctave/Makefile.in +++ b/doc/liboctave/Makefile.in @@ -31,7 +31,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = +################################################################################ MAIN_TEXINFO = liboctave.texi @@ -59,7 +59,7 @@ $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp mv $@.tmp $@ -all: liboctave.info liboctave.dvi liboctave.ps liboctave.pdf HTML/index.html +all: $(FORMATTED) HTML/index.html .PHONY: all liboctave.info: $(TEXINFO) @@ -89,12 +89,6 @@ rm -f $(DESTDIR)$(infodir)/liboctave.info* .PHONY: uninstall -tags: $(SOURCES) - ctags $(SOURCES) - -TAGS: $(SOURCES) - etags $(SOURCES) - spell: $(SPELL) .PHONY: spell
--- a/doc/liboctave/liboctave.texi +++ b/doc/liboctave/liboctave.texi @@ -1,20 +1,20 @@ -@c Copyright (C) 1996, 1997, 1998, 2000, 2004, 2005, 2006, 2007 John W. Eaton -@c -@c This file is part of Octave. -@c -@c Octave is free software; you can redistribute it and/or modify it -@c under the terms of the GNU General Public License as published by the -@c Free Software Foundation; either version 3 of the License, or (at -@c your option) any later version. -@c -@c Octave is distributed in the hope that it will be useful, but WITHOUT -@c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -@c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -@c for more details. -@c -@c You should have received a copy of the GNU General Public License -@c along with Octave; see the file COPYING. If not, see -@c <http://www.gnu.org/licenses/>. +% Copyright (C) 1996, 1997, 1998, 2000, 2004, 2005, 2006, 2007 John W. Eaton +% +% This file is part of Octave. +% +% Octave is free software; you can redistribute it and/or modify it +% under the terms of the GNU General Public License as published by the +% Free Software Foundation; either version 3 of the License, or (at +% your option) any later version. +% +% Octave is distributed in the hope that it will be useful, but WITHOUT +% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +% FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +% for more details. +% +% You should have received a copy of the GNU General Public License +% along with Octave; see the file COPYING. If not, see +% <http://www.gnu.org/licenses/>. \input texinfo @c -*-texinfo-*-