CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/02/03 15:20:57
Index: preview-latex.spec =================================================================== RCS file: /cvsroot/auctex/auctex/preview/preview-latex.spec,v retrieving revision 1.87 retrieving revision 1.88 diff -u -b -r1.87 -r1.88 --- preview-latex.spec 4 Apr 2005 14:34:23 -0000 1.87 +++ preview-latex.spec 3 Feb 2008 15:20:57 -0000 1.88 @@ -1,3 +1,26 @@ +# Spec file for preview-latex + +# Maintainer: [email protected] + +# Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. + +# This file is part of AUCTeX. + +# AUCTeX 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, or (at your option) +# any later version. + +# AUCTeX 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 AUCTeX; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. + %define HAVE_EMACS %(which emacs >/dev/null 2>/dev/null && echo 1 || echo 0) %define HAVE_XEMACS %(which xemacs >/dev/null 2>/dev/null && echo 1 || echo 0) _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
