Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:D
sgmltool
sgml-tools-1.0.9-latex.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sgml-tools-1.0.9-latex.diff of Package sgmltool
--- Makefile.in +++ Makefile.in 2012-07-30 15:03:23.136010100 +0000 @@ -24,6 +24,7 @@ BUILD_SGMLSASP=@BUILD_SGMLSASP@ BUILD_NSGMLS=@BUILD_NSGMLS@ BUILD_ENTITY_MAP=@BUILD_ENTITY_MAP@ BUILD_ISO_ENTITIES=@BUILD_ISO_ENTITIES@ +TEXMFMAIN=$(shell kpsewhich '-var-value=TEXMFMAIN') GENFILES := bin/sgmltools progs := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf \ @@ -83,6 +84,11 @@ endif if [ ! -d $(DESTDIR)$(libdir) ]; then mkdir -p $(DESTDIR)$(libdir); fi chmod 755 $(DESTDIR)$(libdir) cp -r lib/* $(DESTDIR)$(libdir) + mkdir -p $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools + mv $(DESTDIR)$(libdir)/*.sty $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools/ + mv $(DESTDIR)$(libdir)/*.tex $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools/ + rm -f $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools/epsf.* + rm -f $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools/url.* cp VERSION $(DESTDIR)$(libdir) @echo "Installing man pages in $(mandir1) ..." if [ ! -d $(DESTDIR)$(mandir1) ]; then mkdir -p $(DESTDIR)$(mandir1) ; fi
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