* README.UNX: Fix typo.

* builds/unix/install.mk (uninstall): Fix library name for libtool.
This commit is contained in:
Werner Lemberg 2002-01-29 01:11:23 +00:00
parent a9aa69c2c8
commit 12a8741e7b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-01-29 Werner Lemberg <wl@gnu.org>
* README.UNX: Fix typo.
* builds/unix/install.mk (uninstall): Fix library name for libtool.
2002-01-28 Francesco Zappa Nardelli <Francesco.Zappa.Nardelli@ens.fr>
* src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of

View File

@ -23,7 +23,7 @@ SPECIAL NOTE FOR UNIX USERS
- locate a line that says:
#undef TT_CONFIG_OPTION_BYTECODE_ITNERPRETER
#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
- change it to:

View File

@ -41,7 +41,7 @@ install: $(PROJECT_LIBRARY)
uninstall:
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY)
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(LIBRARY).$A
-$(DELETE) $(includedir)/freetype2/freetype/cache/*
-$(DELDIR) $(includedir)/freetype2/freetype/cache
-$(DELETE) $(includedir)/freetype2/freetype/config/*