diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 09:38:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-07 09:38:37 +0000 |
commit | 7c2925d22a08389fce0d7dc74a95c72f0531ccaa (patch) | |
tree | 91e6da882da1afe6384bc65e128a59468659046b /Build/source/utils/vlna/Makefile.am | |
parent | 5d320bef77bd09c74d92aefc1488e629102d5839 (diff) |
build system: utils/vlna/ cleanup
git-svn-id: svn://tug.org/texlive/trunk@12970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/vlna/Makefile.am')
-rw-r--r-- | Build/source/utils/vlna/Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Build/source/utils/vlna/Makefile.am b/Build/source/utils/vlna/Makefile.am index 2de8c38680c..3a0be0fd53c 100644 --- a/Build/source/utils/vlna/Makefile.am +++ b/Build/source/utils/vlna/Makefile.am @@ -1,5 +1,8 @@ -# Makefile.am -- Peter Breitenlohner <peb@mppmu.mpg.de> -- Public domain. - +## Makefile.am for the TeX Live subdirectory utils/vlna/ +## +## Copyright (C) 2008, 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. +## bin_PROGRAMS = vlna dist_man1_MANS = vlna.man @@ -22,15 +25,15 @@ vlna.dvi: vlna.tex vlna.idx vlna.scn # up to date (even if vlna.tex is up to date). Thus the sub-make. # vlna.tex vlna.idx vlna.scn: vlna.w - $(MAKE) do-cweave + $(MAKE) $(AM_MAKEFLAGS) do-cweave do-cweave: vlna.w .FORCE $(CWEAVE) $< .PHONY: do-cweave .FORCE -if MAINTAINER_MODE +if do_cweb all-local: vlna.dvi vlna.c: vlna.w $(CTANGLE) $< -else +else !do_cweb all-local: -endif +endif !do_cweb |