diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /doc/common/Makefile.am | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/common/Makefile.am')
-rw-r--r-- | doc/common/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/common/Makefile.am b/doc/common/Makefile.am new file mode 100644 index 000000000..dade6749e --- /dev/null +++ b/doc/common/Makefile.am @@ -0,0 +1,21 @@ +# logotp3.png, logotp3-small.png and kde-localised.css.template +# are not included in the language-specific common directory +# They serve only as `reference' versions. + +commondir = $(kde_htmldir)/en/common + +common_DATA = artistic-license.html bottom1.png bottom2.png bsd-license.html \ + doctop1.png doctop2.png fdl-license fdl-license.html gpl-license \ + gpl-license.html kde-common.css kde-default.css kde-web.css \ + kde-localised.css.template lgpl-license lgpl-license.html \ + qpl-license.html shadow.png web-docbottom.png \ + x11-license.html xml.dcl web-doctop.png \ + doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png 5.png 6.png \ + 7.png 8.png 9.png 10.png \ + doxygen.css header.html footer.html mainheader.html appheader.html \ + mainfooter.html fdl-notice.html \ + favicon.ico kde_gear_64.png \ + docheadergears.png headerbg.png grad.png kmenu.png \ + kde_logo.png kde_logo_bg.png bottom-left.png bottom-middle.png bottom-right.png \ + top-left.png top-middle.png top-right-konqueror.png + |