Link the Handbook from doc/en/handbook (shiny new DocBook version)
instead of doc/handbook (old, nasty LinuxDoc version)
This commit is contained in:
parent
3a6361c32c
commit
e96eac04d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4572
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 1999-02-03 13:25:29 wosch Exp $
|
||||
# $Id: Makefile,v 1.4 1999-03-27 15:45:03 nik Exp $
|
||||
|
||||
LINKS= en/ja en/es en/ru en/zh en/tutorials ja/web.mk ja/FAQ en/FAQ en/handbook
|
||||
LINKS+= ja/handbook web.mk es/FAQ ru/FAQ zh/FAQ ../doc/en/web.mk
|
||||
|
@ -34,7 +34,7 @@ en/FAQ:
|
|||
cd en; ln -sf ../../doc/FAQ
|
||||
|
||||
en/handbook:
|
||||
cd en; ln -sf ../../doc/handbook
|
||||
cd en; ln -sf ../../doc/en/handbook
|
||||
|
||||
ja/web.mk:
|
||||
cd ja; ln -sf ../en/web.mk
|
||||
|
|
Loading…
Reference in a new issue