mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 17:55:42 +00:00
add .gitignore files, fix Makefiles
This commit is contained in:
parent
beb651ee65
commit
c36eee43e1
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 \
|
pveversion.1 \
|
||||||
pveperf.1
|
pveperf.1
|
||||||
|
|
||||||
|
all: ${MANS}
|
||||||
|
|
||||||
%.1: %
|
%.1: %
|
||||||
pod2man -n $* -s 1 -r "proxmox ${VERSION}" -c "Proxmox Documentation" <$* >$*.1
|
pod2man -n $* -s 1 -r "proxmox ${VERSION}" -c "Proxmox Documentation" <$* >$*.1
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=pve-manager
|
PACKAGE=pve-manager
|
||||||
PKGREL=4
|
PACKAGERELEASE=4
|
||||||
|
|
||||||
BINDIR=${DESTDIR}/usr/bin
|
BINDIR=${DESTDIR}/usr/bin
|
||||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
include ../../defines.mk
|
include ../../defines.mk
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
GNOME_IMAGES = \
|
GNOME_IMAGES = \
|
||||||
display.png \
|
display.png \
|
||||||
keyboard.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…
Reference in New Issue
Block a user