diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-12 00:06:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-12 00:06:53 -0800 |
commit | a3ec6397c598ebb9eb61c138efb48be18fc3191c (patch) | |
tree | 7ef02363ce951b43b887f499b7c3ebd1685d7e1e | |
parent | 17fcf8be65ae6a300782f6a0758a4cb1061856bf (diff) |
Remove old INSTALL file stub so we use the one from xorg-macros
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | INSTALL | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 1ba9998..0000000 --- a/INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -Xp is built with the traditional configure script: - - $ ./configure --prefix=/usr/X11R6 - -This should generate valid Makefiles, then: - - $ make - $ make install |