mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
doc: get utils to build
This commit is contained in:
parent
f4bd53c82e
commit
5f7eda2b33
5 changed files with 30 additions and 24 deletions
|
@ -9,6 +9,5 @@ MAINTAINERCLEANFILES = Makefile.in \
|
||||||
config.h.in \
|
config.h.in \
|
||||||
install-sh
|
install-sh
|
||||||
|
|
||||||
SUBDIRS = util lib programs include
|
SUBDIRS = util lib programs include doc
|
||||||
|
|
||||||
#NOTYET: doc
|
|
||||||
|
|
|
@ -772,6 +772,14 @@ programs/localized/es_ES.UTF-8/palettes/Makefile
|
||||||
programs/localized/es_ES.UTF-8/msg/Makefile
|
programs/localized/es_ES.UTF-8/msg/Makefile
|
||||||
programs/localized/es_ES.UTF-8/appmanager/Makefile
|
programs/localized/es_ES.UTF-8/appmanager/Makefile
|
||||||
|
|
||||||
|
doc/Makefile
|
||||||
|
doc/util/Makefile
|
||||||
|
doc/util/dbtoman/Makefile
|
||||||
|
doc/util/dbtoman/instant/Makefile
|
||||||
|
|
||||||
|
doc/C/Makefile
|
||||||
|
|
||||||
|
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
all:
|
#all:
|
||||||
$(MKDIR_P) help-sdl
|
# $(MKDIR_P) help-sdl
|
||||||
$(MKDIR_P) cde.dti
|
# $(MKDIR_P) cde.dti
|
||||||
$(MKDIR_P) m-guides/common
|
# $(MKDIR_P) m-guides/common
|
||||||
$(LN_S) ../../guides/common/ManLinksMotif.sgm \
|
# $(LN_S) ../../guides/common/ManLinksMotif.sgm \
|
||||||
m-guides/common/ManLinks.sgm
|
# m-guides/common/ManLinks.sgm
|
||||||
|
|
||||||
SUBDIRS = man guides help
|
SUBDIRS = help
|
||||||
|
# NOTYET = man guides
|
||||||
|
|
||||||
clean::
|
#clean::
|
||||||
$(RM) -r help-sdl cde.dti
|
# $(RM) -r help-sdl cde.dti
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SUBDIRS = util C
|
#SUBDIRS = util C
|
||||||
|
SUBDIRS = util
|
||||||
if JAPANESE
|
|
||||||
SUBDIRS += ja_JP.dt-eucJP
|
|
||||||
endif
|
|
||||||
|
|
||||||
if GERMAN
|
if GERMAN
|
||||||
SUBDIRS += de_DE.ISO8859-1
|
SUBDIRS += de_DE.ISO8859-1
|
||||||
|
@ -19,12 +16,13 @@ SUBDIRS += es_ES.ISO8859-1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ITALIAN
|
if ITALIAN
|
||||||
SUBDIRS = it_IT.ISO8859-1
|
SUBDIRS += it_IT.ISO8859-1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all::
|
# JET - these are related to dtinfogen which should be tackled later
|
||||||
$(RM) -r tmp
|
#all::
|
||||||
$(MKDIR_P) tmp
|
# $(RM) -r tmp
|
||||||
|
# $(MKDIR_P) tmp
|
||||||
|
|
||||||
clean::
|
#clean::
|
||||||
$(RM) -r tmp
|
# $(RM) -r tmp
|
||||||
|
|
|
@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
noinst_PROGRAMS = instant
|
noinst_PROGRAMS = instant
|
||||||
|
|
||||||
instant_CFLAGS = -I$(srcdir)/programs/dtdocbook/lib/tptregexp
|
instant_CFLAGS = -I$(top_builddir)/programs/dtdocbook/lib/tptregexp
|
||||||
|
|
||||||
instant_LDFLAGS = -L$(srcdir)/programs/dtdocbook/lib/tptregexp -ltptregexp
|
instant_LDADD = $(top_builddir)/programs/dtdocbook/lib/tptregexp/libtptregexp.a
|
||||||
|
|
||||||
instant_SOURCES = main.c util.c info.c translate.c traninit.c tranvar.c \
|
instant_SOURCES = main.c util.c info.c translate.c traninit.c tranvar.c \
|
||||||
tables.c browse.c
|
tables.c browse.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue