summaryrefslogtreecommitdiffstats
path: root/kdbg/doc/de/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/doc/de/Makefile.am')
-rw-r--r--kdbg/doc/de/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/kdbg/doc/de/Makefile.am b/kdbg/doc/de/Makefile.am
deleted file mode 100644
index 2981d8b..0000000
--- a/kdbg/doc/de/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-html_DATA = \
- argspwdenv.html \
- breakptlist.html \
- globaloptions.html \
- howdoi.html \
- localvars.html \
- memory.html \
- pgmoutput.html \
- pgmsettings.html \
- registers.html \
- sourcecode.html \
- stack.html \
- threads.html \
- tips.html \
- watches.html \
- index.html
-
-htmldir = $(kde_htmldir)/de/kdbg
-
-EXTRA_DIST = $(html_DATA)
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(htmldir)
- cd $(DESTDIR)$(htmldir) && ln -s -f ../../en/kdbg/types.html .
-
-uninstall-local:
- -rm -f $(DESTDIR)$(htmldir)/types.html