[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pod2mdoc / Regress

File: [cvsweb.bsd.lv] / pod2mdoc / Regress / Makefile (download)

Revision 1.1, Fri Jul 18 23:56:57 2014 UTC (9 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_0_2, VERSION_0_1, VERSION_0_0_13, HEAD

Almost a rewrite of formatcodeln().
It never handled spacing properly, and my recent overhaul of
formatting code spacing introduced additional regressions.

Besides, fix two more regressions, one regarding character escapes
in outbuf_addstr(), and do not print Ns during invalid escapes in
formatcode().  Finally, correct the name of the E<verbar> character.

SUBDIR =	formatcode formatcodeln
TARGETS =	all clean mdoc mdoc-clean \
		groffmdoc groffmdoc-clean mandocmdoc mandocmdoc-clean \
		diffmdoc maindiff \
		manall allclean preman preman-clean man man-clean \
		groffman groffman-clean mandocman mandocman-clean \
		mandocmanm mandocmanm-clean diffman

${TARGETS}:
	@for subdir in ${SUBDIR}; do \
		(echo "===> $${subdir}"; \
		cd ${.CURDIR}/$${subdir}; \
		exec ${MAKE} ${MAKE_FLAGS} ${.TARGET}); \
	done