doc/C: get m-guides setup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
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 $@)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user