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