source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Fixed Makefile auto-generation of manuals not to use -fstrict
Date: Fri, 20 Aug 2010 01:52:59 -0400 (EDT)	[thread overview]
Message-ID: <201008200552.o7K5qxg0030310@krisdoz.my.domain> (raw)

Log Message:
-----------
Fixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror.

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.290
retrieving revision 1.291
diff -LMakefile -LMakefile -u -p -r1.290 -r1.291
--- Makefile
+++ Makefile
@@ -298,16 +298,16 @@ mandoc: $(MAINOBJS) libroff.a libmdoc.a 
 	sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
 
 .1.1.txt .3.3.txt .7.7.txt:
-	./mandoc -Tascii -Wall,error -fstrict $< | col -b > $@
+	./mandoc -Tascii -Wall,stop $< | col -b > $@
 
 .1.1.sgml .3.3.sgml .7.7.sgml:
-	./mandoc -Thtml -Wall,error -fstrict -Ostyle=style.css,man=%N.%S.html,includes=%I.html $< > $@
+	./mandoc -Thtml -Wall,stop -Ostyle=style.css,man=%N.%S.html,includes=%I.html $< > $@
 
 .1.1.ps .3.3.ps .7.7.ps:
-	./mandoc -Tps -Wall,error -fstrict $< > $@
+	./mandoc -Tps -Wall,stop $< > $@
 
 .1.1.pdf .3.3.pdf .7.7.pdf:
-	./mandoc -Tpdf -Wall,error -fstrict $< > $@
+	./mandoc -Tpdf -Wall,stop $< > $@
 
 .tar.gz.md5:
 	md5 $< > $@
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-08-20  5:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008200552.o7K5qxg0030310@krisdoz.my.domain \
    --to=kristaps@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).