paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] [patch] minor tweak to docs build.


From: Dirk-Willem van Gulik
Subject: [Paparazzi-devel] [patch] minor tweak to docs build.
Date: Sun, 16 Mar 2008 06:48:17 -0800 (PST)

Below a minor tweak:

-       update checklist.tex - removing non included
        french.sty.
-       adding makefile

Dw.

Index: checklist.tex
===================================================================
RCS file: /sources/paparazzi/paparazzi3/doc/checklist/checklist.tex,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 checklist.tex
*** checklist.tex       25 Jan 2005 10:57:50 -0000      1.1.1.1
--- checklist.tex       16 Mar 2008 14:44:46 -0000
***************
*** 1,6 ****
  \documentclass{article}

- \usepackage{myfrench}
  \usepackage{a4wide}

  \title{Check-List Paparazzi}
--- 1,5 ----
dyn-210:checklist dirkx$ cat Makefile

#
#   $Id: Makefile,v 1.1.1.1 2005/01/25 10:57:50 poine Exp $
#   Copyright (C) 2003 Pascal Brisset, Antoine Drouin
#
# This file is part of paparazzi.
#
# paparazzi 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 2, or (at your option)
# any later version.
#
# paparazzi 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 paparazzi; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#

all: checklist.pdf

checklist.pdf: checklist.tex
        latex $<
        makeindex $<
        latex $<
        latex $<
        pdflatex $<

clean:
        rm -rf *~ *.log *.aux *.info  *.eps *.idx *.ilg *.ind *.out *.texi
*.hind checklist.pdf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]