1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-12 19:22:41 +00:00

doc/C: get m-guides setup

This commit is contained in:
Jon Trulson 2021-12-09 14:38:15 -07:00
parent eebb078c19
commit a9e028f7c6
4 changed files with 12 additions and 2 deletions

2
cde/.gitignore vendored
View file

@ -392,7 +392,7 @@ doc/C/guides/usersGuide/TOC.sgm
doc/C/guides/man/TOC.sgm
doc/C/cde.dti/
doc/C/help/*.sdl
doc/C/m-guides/
doc/C/m-guides/common
doc/C/man/man1/*
doc/C/man/man1m/*
doc/C/man/man3/*

View file

@ -832,6 +832,7 @@ doc/C/Makefile
doc/C/help/Makefile
doc/C/man/Makefile
doc/C/guides/Makefile
doc/C/m-guides/Makefile
doc/de_DE.ISO8859-1/Makefile
doc/de_DE.ISO8859-1/help/Makefile

View file

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = help man guides
SUBDIRS = m-guides man guides help

View 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 $@)