summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-02-19 14:51:34 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-02-21 22:08:24 +0000
commit15382f62a734d5b4bde30378dab525deadae72c2 (patch)
treef7ca4fde578fbd32ed81ae48a45baad58442c072
parenta2976b6403ce3a98e8bb4f8db8c1703588800ee8 (diff)
Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r--vendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.h b/vendor.h
index 548ded6..06df38f 100644
--- a/vendor.h
+++ b/vendor.h
@@ -159,7 +159,7 @@ from the X Consortium.
# define REFER "refer"
# if defined(CSRG_BASED)
# define FORMAT "nroff -mandoc"
-# elif defined(linux)
+# elif defined(linux) || defined(__CYGWIN__)
# define FORMAT "GROFF_NO_SGR= groff -Tlatin1 -mandoc"
# elif defined(__DARWIN__)
# define FORMAT "nroff -man"