mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
run makepsres if it exists
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7783 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6ebade778
commit
82f8d500b7
@ -1,3 +1,12 @@
|
||||
2003-09-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* Makefile.am (install-xfonts): do not forget to install PSres.upr
|
||||
|
||||
2003-09-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.m4: call makepsres on xfonts subdirectory in case it
|
||||
is needed.
|
||||
|
||||
2003-09-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* bind/aqua.bind: new bindings useful on aqua (from Ronald
|
||||
|
@ -59,6 +59,7 @@ install-xfonts:
|
||||
done ; \
|
||||
$(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \
|
||||
$(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale
|
||||
test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr
|
||||
|
||||
uninstall-xfonts:
|
||||
rm -rf $(DESTDIR)$(pkgdatadir)/xfonts
|
||||
|
@ -574,6 +574,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
|
||||
|
||||
|
14
status.13x
14
status.13x
@ -24,11 +24,11 @@ What's new
|
||||
|
||||
- add Proof layout to elsart class and get sections to be numbered
|
||||
|
||||
- make LyX compile almost out-of-the-box with Qt/Mac
|
||||
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
|
||||
|
||||
- add a bit of documentation of the AGU journals support in the
|
||||
Extended manual; french documentation and examples update; german
|
||||
documentation update; small tweaks to the english documentation
|
||||
Extended manual; small tweaks to the english documentation; german
|
||||
documentation update; french documentation and examples update
|
||||
|
||||
- completely new italian localization; french, german and slovenian
|
||||
localization updates
|
||||
@ -60,6 +60,9 @@ What's new
|
||||
|
||||
- clean-up properly after completed graphics conversion processes.
|
||||
|
||||
- enable graphics conversion using the default convertDefault.sh converter
|
||||
when exporting, even if convertDefault.sh is not executable.
|
||||
|
||||
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
|
||||
|
||||
- fix bug where browsing for files in graphics inset would always
|
||||
@ -70,6 +73,8 @@ What's new
|
||||
|
||||
- fix loading of symbol fonts [Qt 3.2.0 only]
|
||||
|
||||
- fix loading of symbol fonts on solaris
|
||||
|
||||
- fix the math panel symbols [Qt 3.2.0 only]
|
||||
|
||||
- do not reset natbib style when adding a new entry to a citation [Qt
|
||||
@ -102,6 +107,3 @@ What's new
|
||||
- fix compilation with AikSaurus 1.0
|
||||
|
||||
- clean-up properly after completed graphics conversion processes.
|
||||
|
||||
- enable graphics conversion using the default convertDefault.sh converter
|
||||
when exporting, even if convertDefault.sh is not executable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user