Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a0d7528701 |
|||
|
f9a0d59ae1 |
7 changed files with 25 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
|
||||
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)
|
||||
|
||||
BUILD_DOCDIR ?= $(TOPDIR)/doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue