mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Setup some missing files needed for help to build correctly
This commit is contained in:
parent
30bae57043
commit
d340e07794
4 changed files with 17 additions and 1 deletions
|
@ -728,6 +728,8 @@ programs/dtdocbook/lib/Makefile
|
|||
programs/dtdocbook/lib/tptregexp/Makefile
|
||||
programs/dtdocbook/instant/Makefile
|
||||
programs/dtdocbook/xlate_locale/Makefile
|
||||
programs/dtdocbook/doc2sdl/Makefile
|
||||
programs/dtdocbook/doc2sdl/SGML/Makefile
|
||||
|
||||
programs/localized/Makefile
|
||||
programs/localized/util/Makefile
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = lib instant xlate_locale
|
||||
SUBDIRS = lib instant xlate_locale doc2sdl
|
||||
|
|
3
cde/programs/dtdocbook/doc2sdl/Makefile.am
Normal file
3
cde/programs/dtdocbook/doc2sdl/Makefile.am
Normal file
|
@ -0,0 +1,3 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = SGML
|
11
cde/programs/dtdocbook/doc2sdl/SGML/Makefile.am
Normal file
11
cde/programs/dtdocbook/doc2sdl/SGML/Makefile.am
Normal file
|
@ -0,0 +1,11 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
BUILT_SOURCES = docbook.dtd dtinfo.af
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
docbook.dtd: $(top_srcdir)/programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/SGML/docbook.dtd
|
||||
$(LN_S) $< $@
|
||||
|
||||
dtinfo.af: $(top_srcdir)/programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/SGML/dtinfo.af
|
||||
$(LN_S) $< $@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue