| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
This is not the problem for NOMANCOMPRESS, as install(1) does not
delete the originals anymore (-c is the default now).
Notes:
svn path=/head/; revision=77470
|
|
|
|
| |
Notes:
svn path=/head/; revision=75655
|
|
|
|
|
|
|
|
| |
- Only support the old syntax for manpage declarations
(MAN1...MAN9) if no MAN is defined.
Notes:
svn path=/head/; revision=74939
|
|
|
|
|
|
|
|
|
|
| |
Added MAN which will eventually replace MAN[0-9] and MAN1aout.
For now, the old syntax is still supported.
Reviewed by: bde
Notes:
svn path=/head/; revision=74806
|
|
|
|
|
|
|
|
|
| |
The new Groff release will support this feature.
Requested by: peter
Notes:
svn path=/head/; revision=72942
|
|
|
|
|
|
|
|
| |
and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have
been modified to call groff(1) with -mandoc argument.
Notes:
svn path=/head/; revision=69679
|
|
|
|
| |
Notes:
svn path=/head/; revision=69634
|
|
|
|
| |
Notes:
svn path=/head/; revision=60749
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
| |
(and only usable) by other .mk files that have their own multiple
inclusion protection.
Notes:
svn path=/head/; revision=38987
|
|
|
|
|
|
|
| |
installed over the ones from binutils.
Notes:
svn path=/head/; revision=38898
|
|
|
|
|
|
|
|
|
| |
when certain .mk files include other .mk files. This will remove the
need for multiple include protection in some other makefiles around the
tree (and helps some elf conditionals).
Notes:
svn path=/head/; revision=38183
|
|
|
|
|
|
|
|
| |
in another .mk file which has already included ../Makefile.inc, so
including ../Makefike.inc again mainly messed up `+=' definitions.
Notes:
svn path=/head/; revision=35478
|
|
|
|
|
|
|
|
|
| |
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce
Notes:
svn path=/head/; revision=31074
|
|
|
|
|
|
|
| |
it broke "everything" unless MANBUILDCAT was set.
Notes:
svn path=/head/; revision=27673
|
|
|
|
| |
Notes:
svn path=/head/; revision=27672
|
|
|
|
|
|
|
| |
Reviewed by: wosch
Notes:
svn path=/head/; revision=27659
|
|
|
|
| |
Notes:
svn path=/head/; revision=25027
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.doc.mk:
rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT
bsd.info.mk:
rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT
set INFOTMPL to ${INFODIR}/dir-tmpl
bsd.man.mk
rename ZEXTENSION to MCOMPRESS_EXT, MCOMPRESS to MCOMPRESS_CMD
Notes:
svn path=/head/; revision=23546
|
|
|
|
| |
Notes:
svn path=/head/; revision=22988
|
|
|
|
| |
Notes:
svn path=/head/; revision=22789
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
| |
NOMLINKS If you do not want install manual page links. [not set]
Notes:
svn path=/head/; revision=20935
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
man pages (eg: named/bind/etc). In order to get (say) dig.1 to pass
through the filter and produce a new dig.1 for installing, I used an
intermediate file at build time, similar to the way the .gz man pages are
built.
I've not extensively tested this, but it seems to work for the known
cases where it was failing, and it only affects the NOMANCOMPRESS case
which was already broken.
Pointed out by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1612
Notes:
svn path=/head/; revision=18314
|
|
|
|
| |
Notes:
svn path=/head/; revision=17831
|
|
|
|
|
|
|
|
|
|
|
| |
pipe the man page source through before compressing or installing.
This can be used to do do (eg) sed substitution on man pages from
3rd party packages (in particular, ncurses and bind-4.9.4)
This should not affect anything already in the source tree.
Notes:
svn path=/head/; revision=17511
|
|
|
|
| |
Notes:
svn path=/head/; revision=16581
|
|
|
|
| |
Notes:
svn path=/head/; revision=15903
|
|
|
|
| |
Notes:
svn path=/head/; revision=15902
|
|
|
|
|
|
|
|
| |
.if !defined(MAN1) && !defined(MAN2) ... orgy in bsd.prog.mk and
bsd.kmod.mk
Notes:
svn path=/head/; revision=15168
|
|
|
|
| |
Notes:
svn path=/head/; revision=14778
|
|
|
|
| |
Notes:
svn path=/head/; revision=12828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
failed when there was an obj directory. Use .PATH.n for installing too
so that make can find the source files. This allows the source files to
be in several directories (the old method using cd only works well for
a single directory). The dependencies are on the source files even for
the compressed case, although it would be more flexible to depend on the
files being installed, so that `make install' doesn't attempt to build
things
Force COPY to -c for the NOMANCOMPRESS case. Then the files to be installed
are always sources, so they must not be moved.
Notes:
svn path=/head/; revision=11623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use .PATH.n to get the dependencies right and to avoid some shell tests.
Remove bogus dependency of individual compressed man pages on MANDEPEND.
Use for loops to avoid duplicated code.
Combine some rm steps in installation of links. Linking still takes too
long.
Notes:
svn path=/head/; revision=11468
|
|
|
|
|
|
|
|
|
| |
than in the installation destination. Should make release-building
substantially faster. The msun Makefile changes simple adapt to the new
scheme.
Notes:
svn path=/head/; revision=11136
|
|
|
|
|
|
|
| |
instead
Notes:
svn path=/head/; revision=5257
|
|
|
|
| |
Notes:
svn path=/head/; revision=2353
|
|
|
|
|
|
|
| |
as I can tell, this is ts the right thing to do.
Notes:
svn path=/head/; revision=1844
|
|
Notes:
svn path=/head/; revision=1638
|