Skip to content
Snippets Groups Projects
Commit 68af3bc2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

More shtool stuff

parent 7e2fe5ba
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@ PWD = pwd
RANLIB = @RANLIB@
RM = rm -f
SED = sed
SUBST = $(SHTOOL) subst
# For manual pages
# MANCOMPRESS=@MANCOMPRESS@
......
......@@ -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 ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment