Commit graph

14 commits

Author SHA1 Message Date
Wolfram Schneider
886b5531c5 the "install" target should not depend on "all"
this fix the issue with the failing:
make -C en_US.ISO8859-1/htdocs/ports -j1 install

PR: 222626
2017-09-29 08:51:42 +00:00
Wolfram Schneider
bd08435716 sync with english Makefile
PR: 222597
2017-09-26 07:58:33 +00:00
Glen Barber
c67f1a1ff8 Remove the 'ports.size' target and all references to it in
the htdocs/ directories.

While here, fix the hostname(1) evaluation for non-en_US
translations.

These scripts used to fetch the ports.tgz file from FTP, but
this file no longer exists.  Since we already reference the
size of the ports tree (via share/xml/freebsd.ent) for the
Handbook, I do not plan to bring back this functionality, as
the information it was producing was incorrect anyway.

Note to translators of de_DE, ja_JP, and ru_RU trees:
The relevant files in the htdocs/ directories also needed to
be updated as part of this commit to avoid breaking the build.

Because my editor does not seem to properly handle ja_JP or
ru_RU, editing the installing.xml files within those trees was
not an option, as it mangled the file after saving.  A sed(1)
substitution to comment the '&ports.size;' macro was done here
instead, but the entire line referencing ftp.freebsd.org should
be removed instead.

Approved by:	doceng (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-18 20:36:22 +00:00
Glen Barber
d82305b5cf Attempt to fix build by adding (yet another) hard-coded hostname.
With help and patience of:	peter
2013-04-07 02:55:16 +00:00
Glen Barber
035dce8482 Fix various make(1) targets in UTF-8 locale environment.
Reviewed by:	pluknet
2012-10-30 13:33:23 +00:00
Sergey Kandaurov
ae9fb43939 MFen: Resync with the latest English version of ports pages. 2012-10-07 19:34:45 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
4e23586af4 - XMLify the ports/ section of the webpages. With this change the whole
set of webpages should be now buildable in XML, however the build
  mechanism of the multimedia/ and ports/ sections do not really fit our
  infrastructure so these should probably be redesigned later to use
  XSLT.

Approved by:	doceng (implicit)
2012-08-09 21:23:44 +00:00
Gabor Kovesdan
9977e32c49 - Drop HTML Tidy support on webpages; on articles/books it is still used
since the default HTML output is not that clean

Approved by:	doceng (implicit)
2012-08-04 17:56:04 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00