mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
doc/C: get m-guides setup
This commit is contained in:
parent
eebb078c19
commit
a9e028f7c6
4 changed files with 12 additions and 2 deletions
2
cde/.gitignore
vendored
2
cde/.gitignore
vendored
|
@ -392,7 +392,7 @@ doc/C/guides/usersGuide/TOC.sgm
|
||||||
doc/C/guides/man/TOC.sgm
|
doc/C/guides/man/TOC.sgm
|
||||||
doc/C/cde.dti/
|
doc/C/cde.dti/
|
||||||
doc/C/help/*.sdl
|
doc/C/help/*.sdl
|
||||||
doc/C/m-guides/
|
doc/C/m-guides/common
|
||||||
doc/C/man/man1/*
|
doc/C/man/man1/*
|
||||||
doc/C/man/man1m/*
|
doc/C/man/man1m/*
|
||||||
doc/C/man/man3/*
|
doc/C/man/man3/*
|
||||||
|
|
|
@ -832,6 +832,7 @@ doc/C/Makefile
|
||||||
doc/C/help/Makefile
|
doc/C/help/Makefile
|
||||||
doc/C/man/Makefile
|
doc/C/man/Makefile
|
||||||
doc/C/guides/Makefile
|
doc/C/guides/Makefile
|
||||||
|
doc/C/m-guides/Makefile
|
||||||
|
|
||||||
doc/de_DE.ISO8859-1/Makefile
|
doc/de_DE.ISO8859-1/Makefile
|
||||||
doc/de_DE.ISO8859-1/help/Makefile
|
doc/de_DE.ISO8859-1/help/Makefile
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SUBDIRS = help man guides
|
SUBDIRS = m-guides man guides help
|
||||||
|
|
||||||
|
|
9
cde/doc/C/m-guides/Makefile.am
Normal file
9
cde/doc/C/m-guides/Makefile.am
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
BUILT_SOURCES = common/ManLinks.sgm
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
$(BUILT_SOURCES):
|
||||||
|
($(MKDIR_P) common && $(LN_S) ../../guides/common/ManLinksMotif.sgm $@)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue