Don't like ads? PRO users don't see any ads ;-)
Guest

patch

By: a guest on Jun 22nd, 2010  |  syntax: None  |  size: 1.32 KB  |  hits: 126  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- src/systemd-build/Makefile  2010-06-22 10:04:57.282396590 +0200
  2. +++ Makefile    2010-06-22 10:01:45.267921786 +0200
  3. @@ -969,20 +969,20 @@
  4.         $(am__append_7) $(dbusinterface_DATA)
  5.  XSLTPROC_PROCESS_MAN = \
  6.         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
  7. -       $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
  8. +       $(XSLTPROC) -o $@ /usr/share/xml/docbook/xsl-stylesheets-1.75.2/xhtml/docbook.xsl $<
  9.  
  10.  XSLTPROC_PROCESS_MAN_IN = \
  11.         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
  12. -       $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \
  13. +       $(XSLTPROC) -o ${@:.in=} /usr/share/xml/docbook/xsl-stylesheets-1.75.2/xhtml/docbook.xsl $< && \
  14.         mv ${@:.in=} $@
  15.  
  16.  XSLTPROC_PROCESS_HTML = \
  17.         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
  18. -       $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
  19. +       $(XSLTPROC) -o $@ /usr/share/xml/docbook/xsl-stylesheets-1.75.2/xhtml/docbook.xsl $<
  20.  
  21.  XSLTPROC_PROCESS_HTML_IN = \
  22.         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
  23. -       $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \
  24. +       $(XSLTPROC) -o ${@:.in=} /usr/share/xml/docbook/xsl-stylesheets-1.75.2/xhtml/docbook.xsl $< && \
  25.         mv ${@:.in=} $@
  26.  
  27.  DISTCHECK_CONFIGURE_FLAGS = \