- Added libtool, gettext support
- Added needed m4 macros - fixed autogen.sh to be made executable - fix directory categories with info manuals git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@169 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1a5eae7b9e
commit
7c5660aaf6
16 changed files with 502 additions and 51 deletions
|
@ -18,7 +18,7 @@
|
|||
# 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
|
||||
info_TEXINFOS = sgpem2uman.texi sgpem2dman.texi
|
||||
|
||||
licenses = fdl.texi gpl.texi
|
||||
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@c %**start of header
|
||||
@setfilename sgpem2.info
|
||||
@settitle SGPEM v2 Manuals
|
||||
@include version.texi
|
||||
@c %**end of header
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@dircategory SGPEM v2
|
||||
@direntry
|
||||
* SGPEM v2 User Manual : (sgpem2uman) Learn how to operate SGPEM v2
|
||||
* SGPEM v2 Developer Manual : (sgpem2dman) Learn how to contribute to
|
||||
SGPEM development
|
||||
@end direntry
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@bye
|
|
@ -6,10 +6,15 @@
|
|||
@include vers-dman.texi
|
||||
@c %**end of header
|
||||
|
||||
@dircategory SGPEM v2 - A Process Scheduling Simulator
|
||||
@direntry
|
||||
* Developers: (sgpem2dman)Top
|
||||
@end direntry
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@copying
|
||||
This is SGPEMv2 Manual (version @value{VERSION},
|
||||
This is SGPEMv2 Developer Manual (version @value{VERSION},
|
||||
@value{UPDATED}).
|
||||
|
||||
Copyright @copyright{} 2005 University of Padova, dept. of Pure
|
||||
|
@ -51,7 +56,7 @@ Free Documentation License''.
|
|||
|
||||
@ifnottex
|
||||
@node Top, History, (none), (dir)
|
||||
@top SGPEMv2 Developer Manual
|
||||
@top How to contribute to development
|
||||
|
||||
@insertcopying
|
||||
@end ifnottex
|
||||
|
@ -343,12 +348,12 @@ Doxygen-like syntax. The payback will be
|
|||
high, I assure you.
|
||||
|
||||
@item
|
||||
Class names are
|
||||
composed of capitalized words.
|
||||
Class names are composed of UpperCamelCase words.
|
||||
Member functions are composed of
|
||||
capitalized words @strong{except} for the very
|
||||
first letter.
|
||||
Member data are lowercase words (sometimes
|
||||
lowercase words @strong{except}, separated by
|
||||
an underscore, since both the STL and Gtk-- use
|
||||
this convention.
|
||||
Member data are lowercase words (can be
|
||||
separated by an underscore).
|
||||
Enums members are lowercase and they have
|
||||
a prefix that tells something about their
|
||||
|
|
|
@ -6,10 +6,15 @@
|
|||
@include vers-uman.texi
|
||||
@c %**end of header
|
||||
|
||||
@dircategory SGPEM v2 - A Process Scheduling Simulator
|
||||
@direntry
|
||||
* Users: (sgpem2uman)Top
|
||||
@end direntry
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
@copying
|
||||
This is SGPEMv2 Manual (version @value{VERSION},
|
||||
This is SGPEMv2 User Manual (version @value{VERSION},
|
||||
@value{UPDATED}).
|
||||
|
||||
Copyright @copyright{} 2005 University of Padova, dept. of Pure
|
||||
|
@ -51,7 +56,7 @@ Free Documentation License''.
|
|||
|
||||
@ifnottex
|
||||
@node Top, History, (none), (dir)
|
||||
@top SGPEM v2 User Manual
|
||||
@top Learn how to operate SGPEMv2
|
||||
|
||||
@insertcopying
|
||||
@end ifnottex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue