diff options
author | Darrell Anderson <[email protected]> | 2014-02-19 18:58:08 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-19 18:58:08 -0600 |
commit | 3aef1afb880077b776d9807b1186a6744d851760 (patch) | |
tree | ba6d616189cae07cc1ddf9e569890572e1941f57 /Makefile.am | |
parent | b0f8ab59e81eae96dcd0adf27b29f9651e550d5d (diff) | |
download | kchmviewer-3aef1afb880077b776d9807b1186a6744d851760.tar.gz kchmviewer-3aef1afb880077b776d9807b1186a6744d851760.zip |
Add help handbook, add DocPath, rename files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d0665f9..dd66115 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign 1.6 -SUBDIRS = lib src po +SUBDIRS = lib src po doc package-messages: $(MAKE) -f admin/Makefile.common package-messages |