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