]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge pull request #75 from matthiaskrgr/master
authorWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 10:06:04 +0000 (02:06 -0800)
committerWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 10:06:04 +0000 (02:06 -0800)
mention PKGBUILDs in INSTALL file, fix typo in manpage

INSTALL
doc/gmqcc.1

diff --git a/INSTALL b/INSTALL
index 928383546fac6e8108ad826ad797f49093ffe8e5..14afea4d8fe4b854ad7ac15b38dd649107ed9697 100644 (file)
--- a/INSTALL
+++ b/INSTALL
         make PREFIX=/usr install
 
     To install to a package-staging directory such as $pkgdir when
-    writing an ArchLinux PKGBUILD file:
+    writing a build script file:
 
         make DESTDIR=$pkgdir install
+
+
+
+    ArchLinux PKGBUILDs (release and git build) can be found in the
+    respective folders in ./distro/arch
index b7ad940cfc33492b14f5a7687463febdd46a2072..b621004b7bf76e4d85bdb226f9685fa66b4fe7cd 100644 (file)
@@ -12,7 +12,7 @@ list of QC source files that are to be compiled in order.
 \fBgmqcc\fR optionally takes options to specify the output and
 input files on the commandline, and also accepts assembly files.
 .SH OPTIONS
-\fBgmqcc\fR mostly tries to mimick gcc's commandline handling, though
+\fBgmqcc\fR mostly tries to mimic gcc's commandline handling, though
 there are also traditional long-options available.
 .TP
 .B "-h, --help"