source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Fixed Makefile auto-generation of manuals not to use -fstrict
@ 2010-08-20  5:52 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-08-20  5:52 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-20  5:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-20  5:52 mdocml: Fixed Makefile auto-generation of manuals not to use -fstrict kristaps

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).