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

Makefile.patch for devscripts 2.10.68

By: a guest on Oct 19th, 2010  |  syntax: None  |  size: 0.45 KB  |  hits: 73  |  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. --- scripts/Makefile    2007-09-12 02:43:45.000000000 +0200
  2. +++ scripts/Makefile.new        2007-12-11 00:16:11.000000000 +0100
  3. @@ -36,7 +36,7 @@
  4.         pod2man --center=" " --release="Debian Utilities" $< > $@
  5.  %.1: %.dbk
  6.         xsltproc --nonet -o $@ \
  7. -         /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
  8. +         /usr/share/xml/docbook/xsl-stylesheets-1.76.0/manpages/docbook.xsl
  9.  
  10.  libvfork.o: libvfork.c
  11.         $(CC) -fPIC -D_REENTRANT $(CFLAGS) -c $<