summary refs log tree commit diff
path: root/extra/palaver
ModeNameSize
-rw-r--r--.gitignore29log plain blame
-rw-r--r--Makefile710log plain blame
-rwxr-xr-xconfigure768log plain blame
-rw-r--r--notify.c22270log plain blame
-rw-r--r--pounce-palaver.12008log plain blame
this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping