Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
Clean up already gone todoitem stuff
countries_all has been merged in countries
Remove useless mirrors template
No more workaround for en-us/en-gb languages, apache serves en http://lists.debian.org/20110502212708.GE17799@glenfiddich.mraw.org
Add breadcrumbs
(cleanup) Remove unused header (only basic.wml is used)
Makes languages template trigger the whole rebuild
Remove Makefile dependencies on old removed CD/pictures/: http://lists.debian.org/debian-www/2010/04/msg00006.html
Clean target: remove en-{gb|us}.html files/links <20100128204437.GH3593@dedibox.ebzao.info>
Add processing for projectnews templates to gendep target. Looks like the generated dependencies in this file need updating!
replace the last remaining case of ugly parenthesized ifeq
oh, we already had the exception the other way around - so reverse the direction now
noted locale deficiency with gendep
this should be a working implementation of proper .mo dependencies :) i just had to add a couple of small kludges here and there, for English missing .mo files, for the %.mo install rules not to conflict between the two makefiles, to avoid excess cross-language touching of templates, and finally avoiding overwriting .po with .pot :)
fix up touch_translations.pl invocation logic so it's less convoluted; use the CUR_DIR (local) variable rather than CURDIR (global) so that we don't accidentally do it in the wrong place for someone
CD custom dependencies moved to the right place now
added a handy alias for .wmlrc dependencies, also useful elsewhere
removed misplaced generic %.xy.html dependency exceptions, now they're over there where they should be
added dependencies for installer and release_images templates
release_data dependencies
Install SVG files (required in logos/) as well, thanks Ricky Zhou for the patch
added the new countries_all -> countries dependency
Add NOGENERICDEP := true for /users/
Delete dependencies on unused images
basic.wml needs to depend on navbar.wml
Update dependencies for templates files, and add a 'gendep' target to help maintaining these dependencies.
Don't define NOGENERICDEP for security/audit to simplify the Makefile (There has to be a cleaner way than how I did it, though)
legal/licenses will need NOGENERICDEP, too
Add legal* templates
Install also not gzipped gimp files (.xcf)
use patsubst instead of subst to avoid breaking directories called foo-installbar, noticed by Geert Stappers
added missing securityreferences template dep
new security gettext domain
Drop circular dependencies
Update dependencies for english/template/debian/*.wml files
added the two obviously missing recent_list deps
Move localized values from english/template/debian/ctime.wml into a new 'date' gettext domain. Some black magic is needed to prevent expansion of % signs during pass 2.
the .def files aren't used any more
Move country names from templates.pot to a new countries.pot file
Generate templates.mo file if not present, to make sure that build does not fail even if 'make install-locale' was not run.
Remove dependencies against $(TEMPLDIR)/countries.def and $(TEMPLDIR)/language_names.def
Minor change about $(GETTEXTDEP), see in webwml/english/ports/Makefile how to customize this variable.
In dependencies, remove $(HTMLDEP), which was never used, and add $(GETTEXTDEP).
Set TEMPLDIR to english/template/debian
updated TEMPLDIR, and a slight rearrangement
Remove -v1 from WMLOPTIONS
Add -v1 to WMLOPTIONS for profiling
Change generation of english/template/debian/language_names.def, because language_names.wml has been modified
added two missing common_tags deps
updated template dependencies, with some kludging/ignoring
added missing security: security_tags template dependency
comment out menu-*.lang.png deps, we don't care ATM
fixed CD/vendors etc stuff, again
deal with CD/vendors in the Makefile.common, less error-prone
updated template dependencies
extend the CD rules on the whole of CD/
doh, wrong if
changes necessary for /CD/images/; ignore errors from touch_translations.pl (otherwise it does exit 255 on every file in every directory not in CVS, which is annoying)
changed on www-master
Add a rule to generate $(TEMPLDIR)/language_names.def from $(TEMPLDIR)/language_names.wml
added link for *.nb.html -> *.no.html
Add links for en-us and en-gb. Hopefully this will stop our problems with misconfigured browsers. If we decide we don't like this for some reason, we can easily undo it. Give it a week or two first, though. Note that we may experience problems with the mirrors until they update their apache configuration.
remove *.forced, too
simplified the code to install other files (i _think_ nothing will break because of this)
Added PPM files as new IMGFILES
depending on HTMLDIR is wrong, because make not only checks for its existence, it checks for its date, and we don't want that. just silently test for it in the install file rules, that's nicer, even though a bit more resource wasteful (all those stat()s or something :)
fixed missing HTMLDESTFILES
hey, we can make HTMLDIR a target, and have make run test+mkdir only if it doesn't exist
Add missing dependency between $(TMPLDIR)/navbar.wml and $(TMPLDIR)/mirrors.wml
* Rename wml::debian::countries_perl into wml::debian::countries * Merge previous changes made by translators into only one of these rwo files. * Makefile.common is updated to generate macros for country names into english/template/debian/countries.def from Perl hash tables found in english/template/debian/countries.wml; this file is included by wml::debian::countries.
no need to do this twice
Removed depencies home.??.gif navbar.wml
Now it is possible to translate "Debian Weekly News". NOTE TO TRANSLATORS: tag is in links.tags.wml
fixed target for images, not anymore each of $(IMGDESTFILES) depends on every of $(IMGFILES), just the one it is copied from; also removed $(*DESTFILES) and use only $(IMGDESTFILES) as others arent needed
special case (a bit of a kludge, have to repeat stuff) for languages with sublangs
some moron broke the translations ;)
added missing dependencies on the navbar images for navbar template. (this will break arabic, but that translation's fucked anyway. sigh.)
updated mainpage and mirrors templates dependencies, removed menubar
removed obsolete develpage/develbar template dependencies
Small correction of /international/ handling.
one sh for rm is enough :)
added dependency on links.tags
. Added banners for english and german pages . make clean now will also remove all *~ files in the current directory . Corrected city name in consultants page . Corrected URL for the Ronneburg-book
added language_names.wml dependency of languages.wml
added events_common dependency on event template, and added past_event dependencies
Added "-m g+w" to the mkdir command
Changed "cp" to "install -m 664 -p"
banner.jpg is obsolete. Changed to debian.jpg.
vote subdirs no longer need this exception
added weeklynews/header.wml dependencies
updated/fixed template dependencies, again
hm, News/????/ needs this
updated menubar dependencies
bah, have to comment out the *.xy.gif dependencies because some languages don't have their own images, silly
used CUR_YEAR (doh); added navbar images to navbar.wml dependencies; replaced lots of redundant stuff in template dependencies with one simple generic rule
removed SPI exceptions; added touch_translations.pl calls
create the foo.bar symlink to foo.en.bar for images, too
small cleanup WRT templates directory variable; added dependency on .wmlrc files for all files
moved the comment into another line, to leave out the extra space
installation of files is overridable
* News/weekly has its own dependency rules, but not News/199? and News/2000. (Changed NOGENERICDEP) * Added variable HTMLDEP to %.$(LANGUAGE).wml rules to avoid writing special rules when a simple addition to the dependency is all that's needed. * As a side effect, the Chinese News page finally build correctly once again! :-)
subdirectory builds failing shouldn't stop the whole build
added ENGLISHDIR alias for ENGLISHSRCDIR
fixed circular dependency on .css files
added four special dirs where NOGENERICDEP is implied
adjusted for use with SPI/, too; some minor rearrangements
Added handling of *.css (stylesheet) files, as well as a special case for languages with territories like zh-cn, zh-tw.
instead of ugly workarounds, let's just use one simple variable
new common makefile
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |