From c36eee43e1d112133f4c5121888d37072921aca9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 23 Aug 2011 16:23:46 +0200 Subject: [PATCH] add .gitignore files, fix Makefiles --- .gitignore | 2 ++ PVE/.gitignore | 1 + bin/.gitignore | 1 + bin/Makefile | 2 ++ defines.mk | 2 +- www/images/Makefile | 2 ++ www/manager/.gitignore | 1 + www/templates/.gitignore | 2 ++ 8 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 PVE/.gitignore create mode 100644 bin/.gitignore create mode 100644 www/manager/.gitignore create mode 100644 www/templates/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..87b460a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +country.dat +pve-manager_*_all.deb diff --git a/PVE/.gitignore b/PVE/.gitignore new file mode 100644 index 00000000..0ca05628 --- /dev/null +++ b/PVE/.gitignore @@ -0,0 +1 @@ +pvecfg.pm diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 00000000..f7e585b8 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1 @@ +*.1 diff --git a/bin/Makefile b/bin/Makefile index caea9392..e8166a83 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -18,6 +18,8 @@ MANS = \ pveversion.1 \ pveperf.1 +all: ${MANS} + %.1: % pod2man -n $* -s 1 -r "proxmox ${VERSION}" -c "Proxmox Documentation" <$* >$*.1 diff --git a/defines.mk b/defines.mk index 141e2858..c890f59a 100644 --- a/defines.mk +++ b/defines.mk @@ -2,7 +2,7 @@ RELEASE=2.0 VERSION=2.0 PACKAGE=pve-manager -PKGREL=4 +PACKAGERELEASE=4 BINDIR=${DESTDIR}/usr/bin PERLLIBDIR=${DESTDIR}/usr/share/perl5 diff --git a/www/images/Makefile b/www/images/Makefile index 9a24ecb6..497bb7c5 100644 --- a/www/images/Makefile +++ b/www/images/Makefile @@ -1,5 +1,7 @@ include ../../defines.mk +all: + GNOME_IMAGES = \ display.png \ keyboard.png \ diff --git a/www/manager/.gitignore b/www/manager/.gitignore new file mode 100644 index 00000000..02d77587 --- /dev/null +++ b/www/manager/.gitignore @@ -0,0 +1 @@ +pvemanagerlib.js diff --git a/www/templates/.gitignore b/www/templates/.gitignore new file mode 100644 index 00000000..8dbaa39e --- /dev/null +++ b/www/templates/.gitignore @@ -0,0 +1,2 @@ +ve-pve.auto.conf-sample +ve-pve.auto.conf-sample.tmp