mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
create a resource list file for Display Postscript in lib/xfonts (forward port from 1.3.x)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8062 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8aaf803192
commit
a5d57d5511
@ -1,3 +1,8 @@
|
||||
2003-11-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* Makefile.am (install-xfonts):
|
||||
* configure.m4: create a resource list file for Display Postscript
|
||||
|
||||
2003-11-03 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* scripts/convertDefault.sh: Do not use 'cut' when checking whether
|
||||
|
@ -58,7 +58,10 @@ install-xfonts:
|
||||
ln -f -s `kpsewhich $$i` $(DESTDIR)$(pkgdatadir)/xfonts/$$i ; \
|
||||
done ; \
|
||||
$(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \
|
||||
$(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale
|
||||
$(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale ; \
|
||||
if test -f xfonts/PSres.upr ; then \
|
||||
$(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr ; \
|
||||
fi
|
||||
|
||||
uninstall-xfonts:
|
||||
rm -rf $(DESTDIR)$(pkgdatadir)/xfonts
|
||||
|
@ -603,6 +603,8 @@ if test ! $num = 0 ; then
|
||||
echo $num >xfonts/fonts.scale
|
||||
cat xfonts/tmpfonts >>xfonts/fonts.scale
|
||||
cp xfonts/fonts.scale xfonts/fonts.dir
|
||||
# create a resource list file for Display Postscript
|
||||
(cd xfonts ; rm -f PSres.upr ; makepsres -q) || true
|
||||
fi
|
||||
rm -f xfonts/tmpfonts
|
||||
|
||||
|
@ -191,6 +191,10 @@ src/mathed/math_hullinset.C
|
||||
src/mathed/math_macrotemplate.C
|
||||
src/mathed/math_parboxinset.C
|
||||
src/mathed/ref_inset.C
|
||||
src/output.C
|
||||
src/output_docbook.C
|
||||
src/output_linuxdoc.C
|
||||
src/output_plaintext.C
|
||||
src/paragraph.C
|
||||
src/paragraph_funcs.C
|
||||
src/rowpainter.C
|
||||
|
Loading…
Reference in New Issue
Block a user