diff options
author | Timothy Pearson <[email protected]> | 2012-05-26 02:11:54 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-26 02:11:54 -0500 |
commit | 15cbe6d94327f69b793312be6b6b132bb50af651 (patch) | |
tree | 30eb3e89ef061b60ce7745491e74a27cfd508f06 /doc | |
download | kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.tar.gz kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.zip |
Initial import of skeletal module for further development
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..faa0ae8 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,6 @@ +# the SUBDIRS is filled automatically by am_edit. If files are +# in this directory they are installed into the english dir + +KDE_LANG = en +KDE_DOCS = autostart +SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..e7a9eb0 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_DOCS = ldap +KDE_LANG = en |