Mercurial > hg > octave-lyh
view doc/doxyhtml/Makefile.am @ 17161:96b64a18be13
doc: Fix building info with new macro fixcontentsmargin.
* doc/interpreter/octave.texi: Use @iftex/@end iftex around
@fixcontentsmargin call.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 02 Aug 2013 14:25:24 -0700 |
parents | dda211391bf7 |
children |
line wrap: on
line source
# Makefile for Octave's doc/doxyhtml directory # # Copyright (C) 1993-2012 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/>. include $(top_srcdir)/build-aux/common.mk doxyhtml: doxygen Doxyfile EXTRA_DIST = \ Doxyfile.in \ Makefile.am \ README maintainer-clean-local: rm -rf `ls | $(GREP) -v Doxyfile | $(GREP) -v Makefile.am | $(GREP) -v Makefile.in | $(GREP) -v README`