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

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