1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:14:12 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Ted Pavlic
f381a86bf7 Temporary fix for "Sanitize Makefile.doc" (1e4369cb40de23bd912bb7b5175c6cfae4e665c2)
More elegant fix to come, but something was needed so that "make xpi"
could build.
2009-01-21 10:41:42 -05:00
Ted Pavlic
9ad451b7f7 Three small Makefile.doc fixes.
* Require language part of locale to be two lowercase letters.
* Update Makefile.doc comment -- add "include" comment.
* Get rid of muttator/locale/en-US/Makefile symlink in favor of include.
2009-01-21 10:17:37 -05:00
Kris Maglione
eb88d7ea0b Sorry, stashed changes including:
Change util.range to accept an increment as the third argument.
    Sanitize Makefile.doc
2009-01-21 03:41:43 -05:00
Ted Pavlic
a0fcde5b4a Add THIS_LANG sanity check to Makefile.doc. 2009-01-15 22:49:43 -05:00
Janus Wel
876a8e6df0 Autodetect language from locale in Makefile.doc
If the locale is en-US, this patch will add "-a lang=en" to asciidoc
build line.

Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
2009-01-15 11:14:14 -05:00
Ted Pavlic
08f26c4671 .gitignore and Makefile cleanup to make build environment friendly (and non-biased) to other editors. 2009-01-12 10:47:41 -05:00
Ted Pavlic
853b03ba4d Moved tildetidy into main Makefile. 2009-01-12 10:10:28 -05:00
Ted Pavlic
d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Ted Pavlic
52565d5a48 More Makefile.doc refactoring. Also allow 'make shortname' to build either t2t or doc or both. 2009-01-08 17:54:09 -05:00
Ted Pavlic
4b6186caed Add a t2t target to Makefile.doc for building t2t only. 2009-01-08 17:37:13 -05:00
Ted Pavlic
438a648b14 Makefile.doc cleanup. Also made Makefile build t2t's too with doc target. 2009-01-08 17:25:40 -05:00