doc: get utils to build

This commit is contained in:
Jon Trulson
2021-11-09 15:39:33 -07:00
parent f4bd53c82e
commit 5f7eda2b33
5 changed files with 30 additions and 24 deletions

View File

@@ -1,10 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = util C
if JAPANESE
SUBDIRS += ja_JP.dt-eucJP
endif
#SUBDIRS = util C
SUBDIRS = util
if GERMAN
SUBDIRS += de_DE.ISO8859-1
@@ -19,12 +16,13 @@ SUBDIRS += es_ES.ISO8859-1
endif
if ITALIAN
SUBDIRS = it_IT.ISO8859-1
SUBDIRS += it_IT.ISO8859-1
endif
all::
$(RM) -r tmp
$(MKDIR_P) tmp
# JET - these are related to dtinfogen which should be tackled later
#all::
# $(RM) -r tmp
# $(MKDIR_P) tmp
clean::
$(RM) -r tmp
#clean::
# $(RM) -r tmp