File: 001-configure_extconf_rb.patch

package info (click to toggle)
libxslt-ruby 0.9.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 368 kB
  • ctags: 374
  • sloc: ansic: 2,965; ruby: 333; xml: 145; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- extconf.rb	2006-11-01 00:57:08.613064254 -0300
+++ /home/lautert/tmp/ruby-xslt/extconf.rb	2006-11-01 00:56:42.022663140 -0300
@@ -88,7 +88,7 @@
 puts
 
 create_header()
-create_makefile("xml/xslt")
+create_makefile("xml/libxslt")
 
 ######  Modify Makefile: #######
 File.rename( "Makefile", "Makefile.orig" )
@@ -102,7 +102,7 @@
       newmkfl.puts("test: all")            # insert the "test" target
       newmkfl.puts("\t\t@cd tests && ruby test.rb && cd ..")
       newmkfl.puts("doc: all")            # insert the "doc" target
-      newmkfl.puts("\t\t@rdoc -S -t \"Ruby/XSLT Documentation\" README AUTHORS ChangeLog xslt.c")
+      newmkfl.puts("\t\t@rdoc -S -t \"Ruby/XSLT Documentation\" README AUTHORS ChangeLog libxslt.c")
    when /^distclean:/
       newmkfl.puts(line)
       newmkfl.puts("\t\t@-$(RM) memwatch.h memwatch.c Makefile.orig")