Add .BEGIN target, explaining that the LinuxDoc Handbook is now obsolete.
This commit is contained in:
parent
84022f5d2c
commit
78515fb620
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4577
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
# $Id: Makefile,v 1.34 1999-02-06 20:20:16 dillon Exp $
|
||||
# $Id: Makefile,v 1.35 1999-03-27 16:07:28 nik Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
.BEGIN:
|
||||
@echo "The LinuxDoc Handbook is now obsolete. Please look at the"
|
||||
@echo "Handbook in doc/en/handbook/ for more information."
|
||||
@exit 1
|
||||
|
||||
SGMLOPTS=-links
|
||||
SRCS= anoncvs.sgml authors.sgml backups.sgml basics.sgml bibliography.sgml
|
||||
SRCS+= boothelp.sgml booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml
|
||||
|
|
Loading…
Reference in a new issue