Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
emacs-w3
emacs_w3.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File emacs_w3.dif of Package emacs-w3
--- w3/dot.emacs +++ w3/dot.emacs @@ -0,0 +1,5 @@ + +;;; Emacs/W3 Configuration +(add-to-list 'load-path "/usr/share/emacs/site-lisp/w3") +(require 'w3-auto) + --- w3/etc/Makefile.in +++ w3/etc/Makefile.in @@ -5,6 +5,7 @@ top_srcdir = @top_srcdir@ EMACS = @EMACS@ INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ RM = rm -f TARGETS = default.css @@ -15,9 +16,9 @@ install: ( if [ ! -d $(datadir) ]; then mkdir -p $(datadir); fi ) for x in $(TARGETS); do \ if [ -f $$x ]; then \ - $(INSTALL) $$x $(datadir); \ + $(INSTALL_DATA) $$x $(datadir); \ else \ - $(INSTALL) $(srcdir)/$$x $(datadir); \ + $(INSTALL_DATA) $(srcdir)/$$x $(datadir); \ fi \ done --- w3/lisp/Makefile.in +++ w3/lisp/Makefile.in @@ -17,7 +17,7 @@ URLDIR = @URL@ INSTALL = @INSTALL@ RM = rm -f -DEPS = -l $(srcdir)/docomp.el -l $(URLDIR)/url-vars.el -l $(srcdir)/w3-vars.el +DEPS = -l $(srcdir)/docomp.el -l url-vars -l $(srcdir)/w3-vars.el # compile with noninteractive and relatively clean environment BATCHFLAGS = -batch -q -no-site-file @@ -53,7 +53,7 @@ W3_SOURCES = \ w3.el UTIL_SOURCES = \ - base64.el devices.el font.el images.el md5.el socks.el ssl.el + base64.el devices.el font.el images.el md5.el ssl.el AUTO_SOURCES = auto-autoloads.el custom-load.el w3-auto.el w3-cfg.el --- w3/texi/Makefile.in +++ w3/texi/Makefile.in @@ -6,6 +6,7 @@ top_srcdir = @top_srcdir@ VPATH = $(srcdir) EMACS = @EMACS@ INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ RM = rm -f MAKEINFO = @MAKEINFO@ TEXI2HTML = @TEXI2HTML@ @@ -40,7 +41,7 @@ all: info dvi install: ( if [ ! -d $(infodir) ]; then mkdir -p $(infodir); fi ) - for x in *.info*; do $(INSTALL) $$x $(infodir); done + for x in *.info*; do $(INSTALL_DATA) $$x $(infodir); done -for x in *.info; do $(INSTALLINFO) $$x $(infodir)/dir; done distclean: clean
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor