diff options
Diffstat (limited to 'Build/source/utils/vlna/Makefile.am')
-rw-r--r-- | Build/source/utils/vlna/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/utils/vlna/Makefile.am b/Build/source/utils/vlna/Makefile.am index 129680ec1bb..e047f4d0f47 100644 --- a/Build/source/utils/vlna/Makefile.am +++ b/Build/source/utils/vlna/Makefile.am @@ -13,14 +13,15 @@ EXTRA_DIST = $(CWEB_SRC) $(CWEB_TEX) $(CWEB_DVI) $(DOCS) TMP_FILES = vlna.idx vlna.scn -if MAINTAINER_MODE -all-local: vlna.dvi -vlna.c: vlna.w - $(CTANGLE) $< vlna.tex: vlna.w $(CWEAVE) $< && rm -f $(TMP_FILES) vlna.dvi: vlna.tex TEXINPUTS=.:$(srcdir):$$TEXINPUTS $(CSPLAIN) vlna.tex + +if MAINTAINER_MODE +all-local: vlna.dvi +vlna.c: vlna.w + $(CTANGLE) $< else all-local: endif |