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