summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-06-21 23:02:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-06-21 23:02:16 +0200
commitf0cc91c20301a8bfab0693c6f1c24ee614df8439 (patch)
treedc2d838a85914911d424b11c34d57ea04b3105c9
parentfixed path to pic utils (diff)
dos2unixHEADmaster
-rw-r--r--contrib/Makefile60
1 files changed, 30 insertions, 30 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 349a896..b6298ab 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,30 +1,30 @@
-##
-## spreadspace pic projects
-##
-##
-## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
-##
-## This file is part of spreadspace pic projects.
-##
-## spreadspace pic projects is free software: you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation, either version 3 of the License, or
-## any later version.
-##
-## spreadspace pic projects is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with spreadspace pic projects. If not, see <http://www.gnu.org/licenses/>.
-##
-
-all: update-spreadpic
-
-.spreadpic.prepared:
- git clone git://git.spreadspace.org/pic-utils.git
- touch $@
-
-update-spreadpic: .spreadpic.prepared
- cd pic-utils/; git pull
+##
+## spreadspace pic projects
+##
+##
+## Copyright (C) 2013-2015 Christian Pointner <equinox@spreadspace.org>
+##
+## This file is part of spreadspace pic projects.
+##
+## spreadspace pic projects is free software: you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation, either version 3 of the License, or
+## any later version.
+##
+## spreadspace pic projects is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with spreadspace pic projects. If not, see <http://www.gnu.org/licenses/>.
+##
+
+all: update-spreadpic
+
+.spreadpic.prepared:
+ git clone git://git.spreadspace.org/pic-utils.git
+ touch $@
+
+update-spreadpic: .spreadpic.prepared
+ cd pic-utils/; git pull