doc/C: Add makefiles
This commit is contained in:
13
cde/doc/C/Makefile.am
Normal file
13
cde/doc/C/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
all:
|
||||
$(MKDIR_P) help-sdl
|
||||
$(MKDIR_P) cde.dti
|
||||
$(MKDIR_P) m-guides/common
|
||||
$(LN_S) ../../guides/common/ManLinksMotif.sgm \
|
||||
m-guides/common/ManLinks.sgm
|
||||
|
||||
SUBDIRS = man guides help
|
||||
|
||||
clean::
|
||||
$(RM) -r help-sdl cde.dti
|
||||
Reference in New Issue
Block a user