2003-03-02 Theodore A. Roth * Makefile.am (SUBDIRS): Add doc dir. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * doc/Makefile.am: New file. * doc/avrdude.texi: Use automatically generated version.texi. Index: Makefile.am =================================================================== RCS file: /cvsroot/avrdude/avrdude/Makefile.am,v retrieving revision 1.11 diff -u -r1.11 Makefile.am --- Makefile.am 27 Feb 2003 06:56:03 -0000 1.11 +++ Makefile.am 3 Mar 2003 01:05:25 -0000 @@ -27,8 +27,8 @@ avrdude.spec \ bootstrap -SUBDIRS = @WINDOWS_DIRS@ -DIST_SUBDIRS = windows +SUBDIRS = doc @WINDOWS_DIRS@ +DIST_SUBDIRS = doc windows AM_YFLAGS = -d Index: configure.ac =================================================================== RCS file: /cvsroot/avrdude/avrdude/configure.ac,v retrieving revision 1.4 diff -u -r1.4 configure.ac --- configure.ac 27 Feb 2003 06:56:03 -0000 1.4 +++ configure.ac 3 Mar 2003 01:05:25 -0000 @@ -112,6 +112,7 @@ AC_SUBST(WINDOWS_DIRS,$WINDOWS_DIRS) AC_CONFIG_FILES([ + doc/Makefile windows/Makefile avrdude.spec avrdude.conf Index: doc/Makefile.am =================================================================== RCS file: doc/Makefile.am diff -N doc/Makefile.am --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doc/Makefile.am 3 Mar 2003 01:05:25 -0000 @@ -0,0 +1,34 @@ +# +# avrdude - A Downloader/Uploader for AVR device programmers +# Copyright (C) 2003 Theodore A. Roth +# +# This program 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 of the License, or +# (at your option) any later version. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# + +# +# $Id: Makefile.am,v 1.11 2003/02/27 06:56:03 troth Exp $ +# + +info_TEXINFOS = avrdude.texi + +all-local: info html ps pdf + +html: + mkdir -p avrdude-html + texi2html -split_node $(srcdir)/$(info_TEXINFOS) + mv *.html avrdude-html + +clean-local: + rm -rf avrdude-html *.info Index: doc/avrdude.texi =================================================================== RCS file: /cvsroot/avrdude/avrdude/doc/avrdude.texi,v retrieving revision 1.1 diff -u -r1.1 avrdude.texi --- doc/avrdude.texi 2 Mar 2003 01:32:24 -0000 1.1 +++ doc/avrdude.texi 3 Mar 2003 01:05:26 -0000 @@ -6,9 +6,14 @@ @setfilename avrdude.info @settitle AVRDUDE address@hidden UPDATED 26 Febuary 2003 address@hidden EDITION 3.2.0 address@hidden VERSION 3.2.0 address@hidden version.texi + address@hidden address@hidden These are set in version.texi which is automatically generated by automake. address@hidden address@hidden @set UPDATED 26 Febuary 2003 address@hidden @set EDITION 3.2.0 address@hidden @set VERSION 3.2.0 @titlepage @title AVRDUDE