diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..a9018b59 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,4 @@ +TOPDIR = .. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/dirs.mk diff --git a/doc/jw-pkg/Makefile b/doc/jw-pkg/Makefile new file mode 100644 index 00000000..b1ec41b6 --- /dev/null +++ b/doc/jw-pkg/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/dirs.mk diff --git a/doc/jw-pkg/packages/Makefile b/doc/jw-pkg/packages/Makefile new file mode 100644 index 00000000..1fda4b76 --- /dev/null +++ b/doc/jw-pkg/packages/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/doc.mk diff --git a/doc/jw-pkg/projects/Makefile b/doc/jw-pkg/projects/Makefile new file mode 100644 index 00000000..1fda4b76 --- /dev/null +++ b/doc/jw-pkg/projects/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/doc.mk diff --git a/doc/jw-pkg/secrets/Makefile b/doc/jw-pkg/secrets/Makefile new file mode 100644 index 00000000..1fda4b76 --- /dev/null +++ b/doc/jw-pkg/secrets/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/doc.mk diff --git a/doc/python/Makefile b/doc/python/Makefile new file mode 100644 index 00000000..28a33162 --- /dev/null +++ b/doc/python/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/doc.mk diff --git a/make/defs.mk b/make/defs.mk index 12adf33d..b286a5de 100644 --- a/make/defs.mk +++ b/make/defs.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 diff --git a/make/doc-rules.mk b/make/doc-rules.mk index 8e411d49..b16660cb 100644 --- a/make/doc-rules.mk +++ b/make/doc-rules.mk @@ -7,6 +7,7 @@ all: install: install_DOC clean: doc.clean distclean: +test: doc.clean: $(RM) -rf *~ .*.swp