* README.UNX: Fix typo.


			
			
				BRANCH-2-1-5
			
			
		
Werner Lemberg 23 years ago
parent e8d3b9b75d
commit 43e5b1147d
  1. 5
      ChangeLog
  2. 2
      README.UNX
  3. 2
      builds/unix/install.mk

@ -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

@ -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:

@ -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/*

Loading…
Cancel
Save