diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-01 12:44:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-01 12:44:30 -0500 |
commit | fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d (patch) | |
tree | 319dc30a665ec019d6367bcf5b06b557e4a9c087 /doc | |
download | libtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.tar.gz libtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.zip |
Added common directories
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 |