Add empty documentation subtree #72
8 changed files with 26 additions and 1 deletions
4
doc/Makefile
Normal file
4
doc/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/dirs.mk
|
||||||
4
doc/jw-pkg/Makefile
Normal file
4
doc/jw-pkg/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/dirs.mk
|
||||||
4
doc/jw-pkg/packages/Makefile
Normal file
4
doc/jw-pkg/packages/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/doc.mk
|
||||||
4
doc/jw-pkg/projects/Makefile
Normal file
4
doc/jw-pkg/projects/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/doc.mk
|
||||||
4
doc/jw-pkg/secrets/Makefile
Normal file
4
doc/jw-pkg/secrets/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/doc.mk
|
||||||
4
doc/python/Makefile
Normal file
4
doc/python/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/doc.mk
|
||||||
|
|
@ -347,7 +347,7 @@ INSTALLED_HDR += $(addprefix $(INSTALL_HDRDIR)/,$(SRC_H))
|
||||||
|
|
||||||
# -- DOC
|
# -- DOC
|
||||||
INSTALLATION_FILE_TYPES += DOC
|
INSTALLATION_FILE_TYPES += DOC
|
||||||
DOCS += $(wildcard VERSION README* CHANGES TODO* LICENSE AUTHORS CREDITS RELEASES *.pdf *.txt *.html)
|
DOCS += $(wildcard $(sort VERSION README* CHANGES TODO* LICENSE AUTHORS CREDITS RELEASES *.pdf *.txt *.html *.md))
|
||||||
DOCSUBDIRS += $(wildcard html tex info examples src)
|
DOCSUBDIRS += $(wildcard html tex info examples src)
|
||||||
|
|
||||||
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ all:
|
||||||
install: install_DOC
|
install: install_DOC
|
||||||
clean: doc.clean
|
clean: doc.clean
|
||||||
distclean:
|
distclean:
|
||||||
|
test:
|
||||||
|
|
||||||
doc.clean:
|
doc.clean:
|
||||||
$(RM) -rf *~ .*.swp
|
$(RM) -rf *~ .*.swp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue