From: Oleg Broytman Date: Wed, 6 Jul 2016 20:46:56 +0000 (+0300) Subject: Clear the suffix list to use only relevant suffixes X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=2bbcdb50ca244a7ae8115f3d5dfc54d317c2f5a3 Clear the suffix list to use only relevant suffixes --- diff --git a/Makefile b/Makefile index c3b36fc..d0089fd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,11 @@ # This file is a part of phdru.name homepage/blog/news generator scripts. # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2006-2013 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2006-2016 PhiloSoft Design" + + +.SUFFIXES: # Clear the suffix list +.SUFFIXES: .py .tmpl .html %.py: %.tmpl