Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33151 | Differences between
and this patch

Collapse All | Expand All

(-)xmlto-0.0.15/Makefile.in.old (-2 / +3 lines)
Lines 795-802 Link Here
795
$(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
795
$(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
796
	for xml in xmlif.xml xmlto.xml; do \
796
	for xml in xmlif.xml xmlto.xml; do \
797
	  FORMAT_DIR=$(top_srcdir)/format XSL_DIR=$(top_srcdir)/xsl \
797
	  FORMAT_DIR=$(top_srcdir)/format XSL_DIR=$(top_srcdir)/xsl \
798
	   bash ./xmlto man -o man/man1 $(top_srcdir)/doc/$$xml ; \
798
	   bash ./xmlto --skip-validation man -o man/man1 $(top_srcdir)/doc/$$xml 2>tmpout; \
799
	done || ( RC=$$?; cat FAQ; exit $$RC )
799
	done || ( RC=$$?; cat tmpout; cat FAQ; exit $$RC )
800
	rm -f tmpout
800
801
801
tag:
802
tag:
802
	cvs tag -c `echo V@VERSION@ | tr . _`
803
	cvs tag -c `echo V@VERSION@ | tr . _`

Return to bug 33151