Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.
[free-sw/xcb/libxcb] / src / Makefile.am
index 43f7236..0715708 100644 (file)
@@ -221,7 +221,7 @@ SUFFIXES = .xml
                    -o $@ $(srcdir)/c-client.xsl $< 
 
 xproto.xml: $(XCBPROTO_XCBINCLUDEDIR)/xproto.xml
-       $(LN_S) $< $@
+       $(LN_S) $(XCBPROTO_XCBINCLUDEDIR)/xproto.xml $@
 
 $(EXTENSION_XML):
        [ -d extensions ] || mkdir extensions