summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-06-30 08:46:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-06-30 08:46:47 +0000
commit32b5c667bfb6204c57ac614aac5b1d6237ff6bff (patch)
tree5fe1d6eb97d0f0a71aac61b7b77b27afcf2df7af
parenta2774fe41d8a79c86235363628f62e2e445bb5bc (diff)
update utils/vlna
git-svn-id: svn://tug.org/texlive/trunk@9105 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/utils/vlna/Makefile.am9
-rw-r--r--Build/source/utils/vlna/Makefile.in9
2 files changed, 10 insertions, 8 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
diff --git a/Build/source/utils/vlna/Makefile.in b/Build/source/utils/vlna/Makefile.in
index 7b49294fff5..62fc9c8b9ec 100644
--- a/Build/source/utils/vlna/Makefile.in
+++ b/Build/source/utils/vlna/Makefile.in
@@ -578,13 +578,14 @@ uninstall-man: uninstall-man1
uninstall-man uninstall-man1
+vlna.tex: vlna.w
+ $(CWEAVE) $< && rm -f $(TMP_FILES)
+vlna.dvi: vlna.tex
+ TEXINPUTS=.:$(srcdir):$$TEXINPUTS $(CSPLAIN) vlna.tex
+
@MAINTAINER_MODE_TRUE@all-local: vlna.dvi
@MAINTAINER_MODE_TRUE@vlna.c: vlna.w
@MAINTAINER_MODE_TRUE@ $(CTANGLE) $<
-@MAINTAINER_MODE_TRUE@vlna.tex: vlna.w
-@MAINTAINER_MODE_TRUE@ $(CWEAVE) $< && rm -f $(TMP_FILES)
-@MAINTAINER_MODE_TRUE@vlna.dvi: vlna.tex
-@MAINTAINER_MODE_TRUE@ TEXINPUTS=.:$(srcdir):$$TEXINPUTS $(CSPLAIN) vlna.tex
@MAINTAINER_MODE_FALSE@all-local:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.