diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-11-25 14:31:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-11-25 14:31:41 +0000 |
commit | 802bb0cdbeb9b94e52a3bd4d89bebc15ee8c65b4 (patch) | |
tree | 2f66522a1495270835da391de68850022c8d145f /Build/source/utils/dialog | |
parent | 1afbf1c8e580a3dd278ed6f970fd2de79440368e (diff) |
fix a typo (in Makefile.am comment)
git-svn-id: svn://tug.org/texlive/trunk@20562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog')
-rw-r--r-- | Build/source/utils/dialog/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/utils/dialog/Makefile.am b/Build/source/utils/dialog/Makefile.am index d58e0076611..f1d83484dfe 100644 --- a/Build/source/utils/dialog/Makefile.am +++ b/Build/source/utils/dialog/Makefile.am @@ -11,8 +11,7 @@ ACLOCAL_AMFLAGS = -I ../../m4 ## The dialog-1.1-YYYYMMDD build system is good to build the binary, ## but lacks many required targets. ## -## DIALOG_TREE is the unmodified source tree, -## DIALOG_BUILD is the build tree (renamed after configure). +## DIALOG_TREE is the unmodified source tree. # install dialog as tcdialog program_transform_name = 's,^,tc,' |