Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / msdos / depfiles.bat
CommitLineData
219463da
EZ
1@echo off\r
2rem ----------------------------------------------------------------------\r
3rem Auxiliary script for MSDOS, run by ../config.bat\r
acaf905b 4rem Copyright (C) 2011-2012 Free Software Foundation, Inc.\r
219463da
EZ
5\r
6rem This file is part of GNU Emacs.\r
7\r
8rem GNU Emacs is free software: you can redistribute it and/or modify\r
9rem it under the terms of the GNU General Public License as published by\r
10rem the Free Software Foundation, either version 3 of the License, or\r
11rem (at your option) any later version.\r
12\r
13rem GNU Emacs is distributed in the hope that it will be useful,\r
14rem but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
16rem GNU General Public License for more details.\r
17\r
18rem You should have received a copy of the GNU General Public License\r
19rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.\r
20\r
21rem ----------------------------------------------------------------------\r
22\r
945d8b44 23echo %1 | sed -e "s,\(.*\)\.c,@if not exist deps\\\1.Po echo # dummy > deps\\\1.Po," > tdepfile.bat\r
219463da
EZ
24call tdepfile\r
25del tdepfile.bat\r