aboutsummaryrefslogtreecommitdiff
path: root/share/info/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnant from texinfoBaptiste Daroussin2015-02-111-22/+0
| | | | Notes: svn path=/head/; revision=278565
* Install the template info directory with mode 644 instead of 444 toBrooks Davis2013-01-211-1/+1
| | | | | | | | | | | | | allow it to be updated by its owner without resorting to privilege. This is required by upcoming changes to allow installworld to work as a non-root user. Sponsored by: DARPA, AFRL Reviewed by: ian, ray, rpaulo Notes: svn path=/head/; revision=245753
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* INFODIR is defined in bsd.own.mk but sys.mk no longer includesRuslan Ermilov2002-04-181-2/+2
| | | | | | | | | | | | bsd.own.mk as of share/mk/sys.mk,v 1.60. I did not notice this because I tested with DESTDIR=/foo/5.0, and the "exists(/foo/5.0)" test apparently succeeded. Reported by: fenner Notes: svn path=/head/; revision=94984
* o No need to install `dir-tmpl' to /usr/share/info.Ruslan Ermilov2000-01-241-3/+3
| | | | | | | | | o Do not clobber an existing /usr/share/info/dir. Reviewed by: bde Notes: svn path=/head/; revision=56538
* New install-info(1) correctly fails to install ENTRY for file FOORuslan Ermilov2000-01-191-4/+0
| | | | | | | | | if ENTRY already exists for file FOO2 in /usr/share/info/dir. So, re-init /usr/share/info/dir unconditionally at installworld. Notes: svn path=/head/; revision=56296
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Print a human-readable warning and die if $INFODIR do not exist.Wolfram Schneider1998-05-091-1/+11
| | | | | | | | PR: bin/6138 Reviewed by: bde Notes: svn path=/head/; revision=35903
* Use INFO* variables.Wolfram Schneider1998-01-031-6/+7
| | | | Notes: svn path=/head/; revision=32212
* Nuke info dist.Jordan K. Hubbard1997-12-261-2/+0
| | | | Notes: svn path=/head/; revision=31993
* Put the dir file in the correct distribution.Jordan K. Hubbard1997-12-241-0/+2
| | | | Notes: svn path=/head/; revision=31963
* Make this slightly less bogus. I'm not 100% sure what is correct here,Peter Wemm1997-01-121-1/+6
| | | | | | | | | | | | but replacing the "dir" file unconditionally isn't it. During the course of development, if .info files go away from the sources, nothing removes them from /usr/share/info, this is the same as system binaries etc. Removing the entire index isn't helpful, because you've got to reinstall the entire tree to get it back again. bsd.info.mk has a reference to /usr/share/info/dir-tmpl, I wonder if it once created dir if needed? Notes: svn path=/head/; revision=21592
* Makefile and empty dir template.Joshua Peck Macdonald1997-01-111-0/+10
Notes: svn path=/cvs2svn/branches/JMACD/; revision=21503