add .gitignore files, fix Makefiles
This commit is contained in:
parent
c3731ed285
commit
5384d162d8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
country.dat
|
||||
pve-manager_*_all.deb
|
1
PVE/.gitignore
vendored
Normal file
1
PVE/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
pvecfg.pm
|
1
bin/.gitignore
vendored
Normal file
1
bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.1
|
@ -18,6 +18,8 @@ MANS = \
|
||||
pveversion.1 \
|
||||
pveperf.1
|
||||
|
||||
all: ${MANS}
|
||||
|
||||
%.1: %
|
||||
pod2man -n $* -s 1 -r "proxmox ${VERSION}" -c "Proxmox Documentation" <$* >$*.1
|
||||
|
||||
|
@ -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
|
||||
|
1
www/ext4/.gitignore
vendored
Normal file
1
www/ext4/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
extjs
|
@ -1,5 +1,7 @@
|
||||
include ../../defines.mk
|
||||
|
||||
all:
|
||||
|
||||
GNOME_IMAGES = \
|
||||
display.png \
|
||||
keyboard.png \
|
||||
|
1
www/manager/.gitignore
vendored
Normal file
1
www/manager/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
pvemanagerlib.js
|
2
www/templates/.gitignore
vendored
Normal file
2
www/templates/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
ve-pve.auto.conf-sample
|
||||
ve-pve.auto.conf-sample.tmp
|
Loading…
x
Reference in New Issue
Block a user