Commits


install(1): mention libfontconfig1-dev for Debian Also update install.txt, which mistakenly contained intro(1). Pointed out by Nicholas Schwartz.


tmac: rename IM (italic manual) to MR (manual reference) Suggested by G. Brandon Robinson.


tmac: introduce real manual reference macro instead of overloading IR The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.


9c, 9l: accept CC9FLAGS from config Also, if CC9FLAGS includes -fsanitize=address (ASAN), predefine PLAN9PORT_ASAN for use by programs that need to know (mainly libthread). The 9c script used to have a variable called ngflags, which was ccflags except -g (ng stood for "no g"), but nothing needs it split out anymore, so simplify to just ccflags.


all: remove Linux 2.4 vs 2.6 detection Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.)


all: update site from swtch.com to 9fans.github.io


man: more Mercurial references changed to Git Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae


INSTALL: add -r flag R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096


install(1): cvs -> hg R=rsc CC=codebot http://codereview.appspot.com/637041


install: typo in man page


install: add comment about X11 packages


document new install


add note about mk


x11, used, etc.


new man pages