diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index 320bebb4..2310dedf 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -15,7 +15,7 @@
#
TABLES = Exif Canon CanonCs1 CanonCs2 CanonCf Fujifilm Nikon1 Nikon2 Nikon3 \
- Olympus Sigma Sony
+ Olympus Panasonic Sigma Sony
TAGLIST = ../../src/taglist
diff --git a/doc/templates/__index2__ b/doc/templates/__index2__
index 49ea6620..079c5c7f 100644
--- a/doc/templates/__index2__
+++ b/doc/templates/__index2__
@@ -1,3 +1,3 @@
+__index1__
+__index2__
+
Panasonic MakerNote Tags defined in Exiv2
+
+
Tags found in the MakerNote of images taken with Panasonic cameras.
+
Click on a column header to sort the table.
+
+__Panasonic__
+
+
+
+
+
diff --git a/src/Makefile b/src/Makefile
index 1b074700..341f406c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -53,8 +53,8 @@ CCHDR = exv_conf.h exv_msvc.h mn.hpp rcsid.hpp
# Add library C++ source files to this list
CCSRC = basicio.cpp canonmn.cpp datasets.cpp error.cpp exif.cpp futils.cpp \
fujimn.cpp ifd.cpp image.cpp iptc.cpp jpgimage.cpp makernote.cpp \
- metadatum.cpp nikonmn.cpp olympusmn.cpp sigmamn.cpp sonymn.cpp \
- tags.cpp types.cpp value.cpp
+ metadatum.cpp nikonmn.cpp olympusmn.cpp panasonicmn.cpp sigmamn.cpp \
+ sonymn.cpp tags.cpp types.cpp value.cpp
# Add source files of simple applications to this list
BINSRC = addmoddel.cpp dataarea-test.cpp exifcomment.cpp exifdata-test.cpp \
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index e98eb6cc..ca3ad202 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -13,8 +13,9 @@
@section overview Exiv2 Overview
%Exiv2 comprises of a C++ library and a command line utility to access image
- metadata. %Exiv2 is free software.
-
+ metadata. %Exiv2 is free software. The homepage of %Exiv2 is at
+