dtdocbook: merge dtinfogen into dtdocbook.
This commit is contained in:
34
cde/programs/dtdocbook/dtsr/Makefile.am
Normal file
34
cde/programs/dtdocbook/dtsr/Makefile.am
Normal file
@@ -0,0 +1,34 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../dtdocbook.am
|
||||
|
||||
dtsrdir = $(dtdocbookdatadir)/dtsr
|
||||
|
||||
dtsr_DATA = \
|
||||
dtsearch.dbd \
|
||||
deu.sfx \
|
||||
deu.stp \
|
||||
eng.sfx \
|
||||
eng.stp \
|
||||
esp.sfx \
|
||||
esp.stp \
|
||||
fra.sfx \
|
||||
fra.stp \
|
||||
ita.sfx \
|
||||
ita.stp \
|
||||
jpn.knj
|
||||
|
||||
noinst_PROGRAMS = mkdbd
|
||||
|
||||
dtsearch = ../../../lib/DtSearch
|
||||
|
||||
mkdbd_CPPFLAGS = -DBASE_FILE_NAME=\"dtsearch\"
|
||||
mkdbd_CFLAGS = $(DT_INCDIR) -I$(dtsearch)/raima
|
||||
|
||||
CLEANFILES = dtsearch.dbd mkdbd.c
|
||||
|
||||
mkdbd.c: $(dtsearch)/tiny.c
|
||||
$(RM) $@ && $(LN_S) $< $@
|
||||
|
||||
dtsearch.dbd: mkdbd
|
||||
./$< > $@
|
||||
Reference in New Issue
Block a user