Commit 5384d162 authored by Dietmar Maurer's avatar Dietmar Maurer

add .gitignore files, fix Makefiles

parent c3731ed2
country.dat
pve-manager_*_all.deb
...@@ -18,6 +18,8 @@ MANS = \ ...@@ -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 ...@@ -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
......
include ../../defines.mk include ../../defines.mk
all:
GNOME_IMAGES = \ GNOME_IMAGES = \
display.png \ display.png \
keyboard.png \ keyboard.png \
......
pvemanagerlib.js
ve-pve.auto.conf-sample
ve-pve.auto.conf-sample.tmp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment