mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Fix location of some SGML files
This commit is contained in:
parent
8fd8a8a4db
commit
2c10f0d62b
2 changed files with 3 additions and 1 deletions
2
cde/.gitignore
vendored
2
cde/.gitignore
vendored
|
@ -300,6 +300,7 @@ config/imake/Makefile.proto
|
|||
book.log
|
||||
book.out.idx
|
||||
book.esis
|
||||
doc/common/guides/TOC.sgm
|
||||
doc/C/guides/builderGuide/TOC.sgm
|
||||
doc/C/guides/docbookGuide/TOC.sgm
|
||||
doc/C/guides/dtkshGuide/TOC.sgm
|
||||
|
@ -313,6 +314,7 @@ doc/C/guides/progOview/TOC.sgm
|
|||
doc/C/guides/sysAdminGuide/TOC.sgm
|
||||
doc/C/guides/ttGuide/TOC.sgm
|
||||
doc/C/guides/usersGuide/TOC.sgm
|
||||
doc/C/guides/man/TOC.sgm
|
||||
doc/C/cde.dti/
|
||||
doc/C/help-sdl/
|
||||
doc/C/m-guides/
|
||||
|
|
|
@ -312,7 +312,7 @@ MAN_SRCS1 = \
|
|||
man/ref1m.sgm man/ref6.sgm man/refcsa.sgm \
|
||||
man/ref4.sgm man/refDtFcn.sgm man/reftt.sgm \
|
||||
common/ManLinks.sgm \
|
||||
../../../../motif/doc/C/guides/common/ManLinks.sgm
|
||||
../../../doc/C/guides/common/ManLinks.sgm
|
||||
|
||||
MAN_SRCS2 = \
|
||||
man/m3_Dt/ActionCa.sgm man/m3_Dt/MmdbBGST.sgm \
|
||||
|
|
Loading…
Reference in a new issue