diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-18 15:43:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-18 15:43:45 +0200 |
commit | ae0c828ac29043e7adc56a78fc18d816b32c12b4 (patch) | |
tree | 51cc9b30f40faa951fc029f72c5f5b5e573e863d /doc/en/Makefile.am | |
download | kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.tar.gz kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.zip |
Initial import of kkbswitch 1.4.3
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..77aefea --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,13 @@ +KDE_DOCS = kkbswitch +KDE_LANG = en + +.PHONY: html + +html: HTML/index.html + +HTML/index.html: $(srcdir)/index.docbook + rm -fr HTML + mkdir HTML + (cd HTML && meinproc --check --stylesheet $(KDE_XSL_STYLESHEET) ../$(srcdir)/index.docbook && ln -s /usr/share/doc/HTML/en/common; \ + for name in ../$(srcdir)/*.png; do ln -s $$name; done) + |