diff options
author | gregory guy <[email protected]> | 2020-02-22 12:31:47 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-02-22 12:44:01 +0100 |
commit | 9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda (patch) | |
tree | 5414f4b1866fb6ac99d742f217b19f470e1ae477 /doc/debian_compile.txt | |
parent | a79160540c050b5eaca4ecdcee65ec2e164eae6f (diff) | |
download | kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.tar.gz kvpnc-9b99335373bb5e06cfb2cdbbff4f6d45b3d0edda.zip |
Drop automake build support.
Add basic build instructions.
Rework of the README, INSTALL and help page.
Remove empty folder templates and the NEWS file.
Delete the INSTALL.debian and INSTALL.gentoo files.
Create the doc/misc folder to hold lot of config
and/or readme files.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/debian_compile.txt')
-rw-r--r-- | doc/debian_compile.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/debian_compile.txt b/doc/debian_compile.txt deleted file mode 100644 index b36d37d..0000000 --- a/doc/debian_compile.txt +++ /dev/null @@ -1,14 +0,0 @@ -export kde_prefix=/usr -export sysconfdir=/etc -export kde_includedir=/usr/include/tde -export infodir=/usr/share/info -export mandir=/usr/share/man -export qtdir=/usr/share/qt3 -export kde_cgidir=/usr/lib/cgi-bin -export kde_confdir=/etc/kde3 -export kde_htmldir=/usr/share/doc/tde/HTML - -./configure --disable-debug --disable-rpath --prefix=$kde_prefix --sysconfdir=$sysconfdir --includedir=$kde_includedir --infodir=$infodir --mandir=$mandir --with-qt-dir=$qtdir --enable-pipe - -make - |