- Lay out autotools foundations
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@134 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7972672d8b
commit
d3b4e61d94
14 changed files with 607 additions and 21 deletions
26
doc/Makefile.am
Normal file
26
doc/Makefile.am
Normal file
|
@ -0,0 +1,26 @@
|
|||
# doc/Makefile.am - Copyright 2005, University
|
||||
# of Padova, dept. of Pure and Applied
|
||||
# Mathematics
|
||||
#
|
||||
# This file is part of SGPEMv2.
|
||||
#
|
||||
# This 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.
|
||||
#
|
||||
# SGPEMv2 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 SGPEMv2; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
info_TEXINFOS = sgpem2.texi sgpem2uman.texi sgpem2dman.texi
|
||||
|
||||
licenses = fdl.texi gpl.texi
|
||||
|
||||
sgpem2uman_TEXINFOS = $(licenses) vers-uman.texi
|
||||
sgpem2dman_TEXINFOS = $(licenses) vers-dman.texi
|
|
@ -8,23 +8,6 @@
|
|||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@copying
|
||||
This is SGPEM v2 Manual (version @value{VERSION},
|
||||
@value{UPDATED}).
|
||||
|
||||
Copyright @copyright{} 2005 University of Padova, dep. of Pure
|
||||
and Applied Mathematics
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.2
|
||||
or any later version published by the Free Software Foundation;
|
||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||||
Texts. A copy of the license is included in the section entitled "GNU
|
||||
Free Documentation License".
|
||||
@end copying
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@dircategory SGPEM v2
|
||||
@direntry
|
||||
* SGPEM v2 User Manual : (sgpem2uman) Learn how to operate SGPEM v2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@c %**start of header
|
||||
@setfilename sgpem2dman.info
|
||||
@settitle SGPEMv2 Developer Manual
|
||||
@include version.texi
|
||||
@include vers-dman.texi
|
||||
@c %**end of header
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
@c %**start of header
|
||||
@setfilename sgpem2uman.info
|
||||
@settitle SGPEMv2 User Manual
|
||||
@include version.texi
|
||||
@include vers-uman.texi
|
||||
@c %**end of header
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
@ -200,7 +200,7 @@ For example, on my machine, I would use:
|
|||
@end example
|
||||
@sp 2
|
||||
|
||||
@noindent Once succesfully configured Stradivari, just type:
|
||||
@noindent Once succesfully configured SGPEMv2, just type:
|
||||
@example
|
||||
@command{make}
|
||||
@end example
|
||||
|
@ -213,7 +213,7 @@ For example, on my machine, I would use:
|
|||
@sp 2
|
||||
|
||||
@noindent Root password will be required (of course, if you're
|
||||
installing it with a prefix places inside your home directory,
|
||||
installing it with a prefix placed inside your home directory,
|
||||
you won't need administrative rights, and just ``@samp{make install}''
|
||||
will sufficit).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue