diff options
Diffstat (limited to 'docs/ext-core')
-rw-r--r-- | docs/ext-core/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ext-core/Makefile b/docs/ext-core/Makefile index 10f3183731..704cfc3fa4 100644 --- a/docs/ext-core/Makefile +++ b/docs/ext-core/Makefile @@ -1,3 +1,5 @@ +TOP = ../.. + # General makefile for Latex stuff LATEX=latex \\nonstopmode \\input @@ -28,8 +30,7 @@ distclean: clean maintainer-clean: distclean -binary-dist: - @: +include $(TOP)/mk/bindist.mk # dummy targets all: |