cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / develop / colordiff / colordiff.conf
blob3016c375a084c51971a1fa727015e2455982700a
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../colordiff/colordiff.conf
5 # Copyright (C) 2008 The OpenSDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
15 if pkginstalled xmlto; then
16         var_append makeopt ' ' doc
17 else
18         makeopt=
21 hook_add premake 5 'colordiff_config'
22 colordiff_config()
24         sed -e "s%/etc%$sysconfdir%g" colordiff.pl > 'colordiff.pl.for.install'
27 var_append makeinstopt ' ' "INSTALL_DIR=$root$bindir"
28 var_append makeinstopt ' ' "MAN_DIR=$root$mandir/man1"
29 var_append makeinstopt ' ' "ETC_DIR=$root$sysconfdir"