More shtool stuff

This commit is contained in:
Kurt Zeilenga 2004-09-05 07:20:40 +00:00
parent 7e2fe5babe
commit 68af3bc287
2 changed files with 1 additions and 9 deletions

View file

@ -137,6 +137,7 @@ PWD = pwd
RANLIB = @RANLIB@
RM = rm -f
SED = sed
SUBST = $(SHTOOL) subst
# For manual pages
# MANCOMPRESS=@MANCOMPRESS@

View file

@ -36,15 +36,6 @@ uctable.h: ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.
ucgendat: $(XLIBS) ucgendat.o
$(LTLINK) -o $@ ucgendat.o $(LIBS)
#DATFILES = case.dat cmbcl.dat comp.dat ctype.dat decomp.dat num.dat kdecomp.dat
#install-local: $(PROGRAMS) FORCE
# -$(MKDIR) $(DESTDIR)$(datadir)/ucdata
# @for i in $(DATFILES); do \
# echo $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
# $(INSTALL) $(INSTALLFLAGS) -m 644 $$i $(DESTDIR)$(datadir)/ucdata; \
# done
.links :
@for i in $(XXSRCS) $(XXHEADERS); do \
$(RM) $$i ; \