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:
Jean-Marc Lasgouttes 2003-09-17 13:47:24 +00:00
parent d6ebade778
commit 82f8d500b7
4 changed files with 20 additions and 6 deletions

View File

@ -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> 2003-09-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* bind/aqua.bind: new bindings useful on aqua (from Ronald * bind/aqua.bind: new bindings useful on aqua (from Ronald

View File

@ -59,6 +59,7 @@ install-xfonts:
done ; \ done ; \
$(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \ $(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
test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr
uninstall-xfonts: uninstall-xfonts:
rm -rf $(DESTDIR)$(pkgdatadir)/xfonts rm -rf $(DESTDIR)$(pkgdatadir)/xfonts

View File

@ -574,6 +574,8 @@ if test ! $num = 0 ; then
echo $num >xfonts/fonts.scale echo $num >xfonts/fonts.scale
cat xfonts/tmpfonts >>xfonts/fonts.scale cat xfonts/tmpfonts >>xfonts/fonts.scale
cp xfonts/fonts.scale xfonts/fonts.dir 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 fi
rm -f xfonts/tmpfonts rm -f xfonts/tmpfonts

View File

@ -24,11 +24,11 @@ What's new
- add Proof layout to elsart class and get sections to be numbered - 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 - add a bit of documentation of the AGU journals support in the
Extended manual; french documentation and examples update; german Extended manual; small tweaks to the english documentation; german
documentation update; small tweaks to the english documentation documentation update; french documentation and examples update
- completely new italian localization; french, german and slovenian - completely new italian localization; french, german and slovenian
localization updates localization updates
@ -60,6 +60,9 @@ What's new
- clean-up properly after completed graphics conversion processes. - 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] - 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 - 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 [Qt 3.2.0 only]
- fix loading of symbol fonts on solaris
- fix the math panel symbols [Qt 3.2.0 only] - fix the math panel symbols [Qt 3.2.0 only]
- do not reset natbib style when adding a new entry to a citation [Qt - 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 - fix compilation with AikSaurus 1.0
- clean-up properly after completed graphics conversion processes. - 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.