[yast-commit] r49522 - /trunk/core/libycp/doc/Makefile.am
Author: mvidner Date: Wed Jul 30 15:14:38 2008 New Revision: 49522 URL: http://svn.opensuse.org/viewcvs/yast?rev=49522&view=rev Log: explicitly enable disambiguation Modified: trunk/core/libycp/doc/Makefile.am Modified: trunk/core/libycp/doc/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libycp/doc/Makefile.am?rev=49522&r1=49521&r2=49522&view=diff ============================================================================== --- trunk/core/libycp/doc/Makefile.am (original) +++ trunk/core/libycp/doc/Makefile.am Wed Jul 30 15:14:38 2008 @@ -22,7 +22,7 @@ RENT := $(shell pkg-config --variable=ybindir yast2-devtools)/replace_entities $(xmlfiles) : $(builtin) $(YDOC) -o $@.tmp $^ - $(XSLTPROC) $(XSLTPROC_FLAGS) @STYLESHEET_YDOC@ $@.tmp > $@ + $(XSLTPROC) --stringparam disambiguate yes $(XSLTPROC_FLAGS) @STYLESHEET_YDOC@ $@.tmp > $@ $(RENT) $@ rm $@.tmp -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn.opensuse.org