|
From: Pascal B. <pb...@us...> - 2001-12-03 13:32:13
|
Update of /cvsroot/mpkg/mpkg/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7884/doc
Modified Files:
mpkg.texi
Log Message:
* src/dist.c (fnmatch.h): Include it, and check fnmatch presence.
Delete patmatch.
(add_depend): Tempory variable is no longer in register.
New global variable dist.
(add_command, add_depend, add_file, free_dist, sort_dist_files):
Don't put dist in arguments.
(read_dist): Change functions calls.
(struct fileinfo): New.
Index: mpkg.texi
===================================================================
RCS file: /cvsroot/mpkg/mpkg/doc/mpkg.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mpkg.texi 2001/10/29 13:13:25 1.3
--- mpkg.texi 2001/12/03 13:32:09 1.4
***************
*** 196,205 ****
Solaris Documentation On-Line.
- @c FIXME
- @c @chapter @anchor{INTRO}1 - Introduction to EPM
-
- @c This chapter provides an introduction to the ESP Package Manager
- @c ("EPM").
-
@node What is MPKG?, History and Evolution, References, Top
@section What is MPKG?
--- 196,199 ----
***************
*** 259,278 ****
vendor-supplied packaging systems. Table 1.1 shows the results of our
investigation.
-
- @comment FIXME clean that.
- @c @anchor{TABLE_1_1} Table
- @c 1.1: Software Packaging Formats
- @c FormatOperating Systems1
- @c Binaries?Cross-
- @c Platform?Patches?Upgrades?Conflicts?Requires?Replaces?Config
- @c Files?Map Files?
- @c installpAIXYesNoNoNoYesYesNoNoNo
- @c pkg_addFreeBSD NetBSD OpenBSDYesYes2NoNoYesYesNoNoNo
- @c dpkgCorel Linux Debian GNU/LinuxYesYes2NoYesYesYesYesYesNo
- @c swinstallHP-UXYesNoYesYesYesYesNoYesYes
- @c instIRIXYesNoYesYesYesYesYesYesYes
- @c pkgaddSolarisYesNoYesNoYesYesNoYesYes
- @c rpmMandrake RedHat SuSE TurboLinuxYesYes2NoYesYesYesNoYesNo
- @c setldTru64 UNIXYesNoNoNoYesYesNoNoNo
@enumerate
--- 253,256 ----
***************
*** 355,363 ****
it!
- @c @chapter @anchor{PACKAGING}Packaging Your Software with EPM
-
- @c This chapter describes how to use EPM to package your own software
- @c packages.
-
@node The Basics, Building a Software Distribution, Resources, Top
@section The Basics
--- 333,336 ----
***************
*** 457,460 ****
--- 430,435 ----
f 0444 root sys /usr/share/doc/foo *.html
@end format
+
+ Note: Pattern matching works recursively on directories entries.
@node Building a Software Distribution, Installing the Software Package, The Basics, Top
|