summaryrefslogtreecommitdiffstats
path: root/doc/en/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r--doc/en/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index 77aefea..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-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)
-