+resume link
authorshort <>
Fri, 10 Oct 2003 15:11:30 +0000 (15:11 +0000)
committershort <>
Fri, 10 Oct 2003 15:11:30 +0000 (15:11 +0000)
Makefile.am
WebConfig.pm
configure.ac
resume/.htaccess [new file with mode: 0644]
resume/Makefile.am [new file with mode: 0644]

index baa3a06..b1d2458 100644 (file)
@@ -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
index 51149df..cc54d90 100644 (file)
@@ -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) {
index f3625c8..2edc7f6 100644 (file)
@@ -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 (file)
index 0000000..5a3b380
--- /dev/null
@@ -0,0 +1 @@
+DirectoryIndex Resume-JanKratochvil.html.pl
diff --git a/resume/Makefile.am b/resume/Makefile.am
new file mode 100644 (file)
index 0000000..037201d
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$
+# automake source for the Makefile of Resume subdir
+# Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
+# 
+# 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