1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

doc: move C to en_US.UTF-8.

This commit is contained in:
Liang Chang 2022-01-20 02:27:30 +08:00
parent a1a43180ac
commit 53e4feeb32
2137 changed files with 43 additions and 45 deletions

View file

@ -1,28 +0,0 @@
XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
#define IHaveSubdirs
#define PassCDebugFlags
/* due to split-VOB setup, force help to come last in make Makefiles */
SUBDIRS = man guides m-guides help
BSUBDIRS = help man guides m-guides
XCOMM work around local clearcase vobs setup
MakeDirectories(all,help-sdl cde.dti)
XCOMM We need to build Motif documentation as part of CDE
MakeDirectories(Makefiles,m-guides)
Makefiles::
$(RM) -r m-guides/?*; \
cd m-guides; \
if test -f ../$(MDOCSRC)/C/guides/bookcase.bc; \
then $(LN) ../$(MDOCSRC)/C/guides/?* .; \
else $(CP) /dev/null ./Imakefile; \
$(MKDIRHIER) ./common; \
$(LN) ../../guides/common/ManLinksMotif.sgm common/ManLinks.sgm; \
fi; \
cd ..
MakeSubdirs($(BSUBDIRS))
clean::
$(RM) -r help-sdl cde.dti

View file

@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = util C
SUBDIRS = en_US.UTF-8
if GERMAN
SUBDIRS += de_DE.ISO8859-1

View file

@ -6,7 +6,7 @@ MAN_SRCS1 = \
man/ref1m.sgm man/ref6.sgm man/refcsa.sgm \
man/ref4.sgm man/refDtFcn.sgm man/reftt.sgm \
common/ManLinks.sgm \
../../../doc/C/guides/common/ManLinks.sgm
../../../doc/en_US.UTF-8/guides/common/ManLinks.sgm
MAN_SRCS2 = \
man/m3_Dt/ActionCa.sgm man/m3_Dt/MmdbBGST.sgm \

View file

@ -1 +1,28 @@
XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
#define IHaveSubdirs
#define PassCDebugFlags
/* due to split-VOB setup, force help to come last in make Makefiles */
SUBDIRS = man guides m-guides help
BSUBDIRS = help man guides m-guides
XCOMM work around local clearcase vobs setup
MakeDirectories(all,help-sdl cde.dti)
XCOMM We need to build Motif documentation as part of CDE
MakeDirectories(Makefiles,m-guides)
Makefiles::
$(RM) -r m-guides/?*; \
cd m-guides; \
if test -f ../$(MDOCSRC)/C/guides/bookcase.bc; \
then $(LN) ../$(MDOCSRC)/C/guides/?* .; \
else $(CP) /dev/null ./Imakefile; \
$(MKDIRHIER) ./common; \
$(LN) ../../guides/common/ManLinksMotif.sgm common/ManLinks.sgm; \
fi; \
cd ..
MakeSubdirs($(BSUBDIRS))
clean::
$(RM) -r help-sdl cde.dti

View file

@ -10,7 +10,7 @@ BUILT_SOURCES =
CLEANFILES =
# this sets the LANG and HELP_LANG variables
include $(top_srcdir)/programs/localized/templates/C.am
include $(top_srcdir)/programs/localized/templates/English.am
# build guide TOCs and deps
include $(top_srcdir)/doc/common/guides/usersGuide.am
@ -71,8 +71,7 @@ dist_cdedtidocsearch_DATA = ../cde.dti/CDEDOC/dtsearch/CDEDOC.d00 \
BUILT_SOURCES += $(cdedti_DATA) $(cdedtidoc_DATA) $(cdedtidocsearch_DATA)
CLEANFILES += $(cdedti_DATA) $(cdedtidoc_DATA) $(cdedtidocsearch_DATA)
# link the C version to en_US.UTF-8
# link the en_US.UTF-8 version to C
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib/en_US.UTF-8
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib && $(LN_S) C en_US.UTF-8
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib/C
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib && $(LN_S) en_US.UTF-8 C

Some files were not shown because too many files have changed in this diff Show more