From: short <> Date: Fri, 10 Oct 2003 15:11:30 +0000 (+0000) Subject: +resume link X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=190847cb03690d9a89795e083268f282dc0ee666 +resume link --- diff --git a/Makefile.am b/Makefile.am index baa3a06..b1d2458 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=foreign -SUBDIRS=macros My project +SUBDIRS=macros My Resume project ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep diff --git a/WebConfig.pm b/WebConfig.pm index 51149df..cc54d90 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -74,7 +74,7 @@ our %WebConfig=( My::Web::top_dir()."/project/"=>"Projects", "http://cvs.jankratochvil.net/"=>"CVS", # My::Web::top_dir()."/News.html.pl"=>"News", - My::Web::top_dir()."/Resume.html.pl"=>"Resume", + My::Web::top_dir()."/Resume/"=>"Resume", My::Web::top_dir()."/Contact.html.pl"=>"Contact", ); while (@sections) { diff --git a/configure.ac b/configure.ac index f3625c8..2edc7f6 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ Makefile ./dia-w.sh ./macros/Makefile ./My/Makefile +./resume/Makefile ./project/Makefile ./project/step/Makefile ./project/Islet/Makefile diff --git a/resume/.htaccess b/resume/.htaccess new file mode 100644 index 0000000..5a3b380 --- /dev/null +++ b/resume/.htaccess @@ -0,0 +1 @@ +DirectoryIndex Resume-JanKratochvil.html.pl diff --git a/resume/Makefile.am b/resume/Makefile.am new file mode 100644 index 0000000..037201d --- /dev/null +++ b/resume/Makefile.am @@ -0,0 +1,19 @@ +# $Id$ +# automake source for the Makefile of Resume subdir +# Copyright (C) 2003 Jan Kratochvil +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; exactly version 2 of June 1991 is required +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +include $(top_srcdir)/Makefile-head.am