diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-10 11:09:12 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-10 11:09:12 +0000 |
commit | a59a95241f8036bc92a4166f056e2f7cf1bcef9c (patch) | |
tree | 8a91133d7ea8a7bd3c758a94633d80954f4a9bea /Build/source/texk/makejvf/Makefile.in | |
parent | fc3a011b8dee81f9c5981587516c5c81be1ca870 (diff) |
automake 1.12.2
git-svn-id: svn://tug.org/texlive/trunk@26987 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/Makefile.in')
-rw-r--r-- | Build/source/texk/makejvf/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/texk/makejvf/Makefile.in b/Build/source/texk/makejvf/Makefile.in index ef1654f450d..bea2af7ec2c 100644 --- a/Build/source/texk/makejvf/Makefile.in +++ b/Build/source/texk/makejvf/Makefile.in @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.12 from Makefile.am. +# Makefile.in generated by automake 1.12.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -679,7 +678,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |