This website requires JavaScript.
Explore
Help
Sign in
os
/
doc
Watch
3
Star
0
Fork
You've already forked doc
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
e5712d4822
doc
/
ja_JP.eucJP
/
books
/
Makefile.inc
6 lines
68 B
PHP
Raw
Normal View
History
Unescape
Escape
- Strip unnecessary trailing spaces Approved by: doceng (implicit)
2012-08-21 21:16:02 +02:00
#
Force tidy(1) to use '-raw' and newly added '-preserve' options to process generated HTML. This not cause any side effects except leaving some character entities in their numeric form instead converting them into alphabetical notation (< instead of <), but since all browsers understand such cases it is not a problem. This commit should make all translations tidy clean, since tidy should not arise entities conversion problem as it did for long time before. Therefore all occurences of manual settings of TIDYFLAGS and NO_TIDY declarations for translations are removed. No objections from: -doc Requested by: Russian and Japanese translation teams
2001-12-12 12:49:38 +01:00
# $FreeBSD$
The new Makefile framework. Does the right thing (pretty much) except in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP.
1999-08-17 00:09:20 +02:00
#
Use 'ja_JP.eucJP' name for referencing japanese directory while declaring DESTDIR. It should not hurt anything, but unbreaks new 'make package' which is using 'realpath' and therefore gets lost in middle of process. Noticed by: simon
2004-04-12 22:13:51 +02:00
DESTDIR
?
=
$
{
DOCDIR
}
/
ja_JP
.
eucJP
/
books
/
$
{
.
CURDIR
:
T
}
Reference in a new issue
Copy permalink