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 \
|
||||
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/appmanager/Makefile
|
||||
|
||||
doc/Makefile
|
||||
doc/util/Makefile
|
||||
doc/util/dbtoman/Makefile
|
||||
doc/util/dbtoman/instant/Makefile
|
||||
|
||||
doc/C/Makefile
|
||||
|
||||
|
||||
include/Makefile
|
||||
|
||||
])
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
all:
|
||||
$(MKDIR_P) help-sdl
|
||||
$(MKDIR_P) cde.dti
|
||||
$(MKDIR_P) m-guides/common
|
||||
$(LN_S) ../../guides/common/ManLinksMotif.sgm \
|
||||
m-guides/common/ManLinks.sgm
|
||||
#all:
|
||||
# $(MKDIR_P) help-sdl
|
||||
# $(MKDIR_P) cde.dti
|
||||
# $(MKDIR_P) m-guides/common
|
||||
# $(LN_S) ../../guides/common/ManLinksMotif.sgm \
|
||||
# m-guides/common/ManLinks.sgm
|
||||
|
||||
SUBDIRS = man guides help
|
||||
SUBDIRS = help
|
||||
# NOTYET = man guides
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
#clean::
|
||||
# $(RM) -r help-sdl cde.dti
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
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 \
|
||||
tables.c browse.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue