diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-08 12:09:45 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-08 12:09:45 -0800 |
commit | 83ae7e3c19d7fe8cb8024d77ac8c5a5dcf3d1b99 (patch) | |
tree | 7d7ba6fbb0f3a96d4031f75737673a9d84b25826 /mate-dictionary/docs/reference/gdict/Makefile.am | |
parent | 5e44e67d64873c8fdc327bc023fca84a4d428da1 (diff) | |
parent | ce91c897d04dd9f84119552317e6ccd8068caedf (diff) | |
download | mate-utils-83ae7e3c19d7fe8cb8024d77ac8c5a5dcf3d1b99.tar.bz2 mate-utils-83ae7e3c19d7fe8cb8024d77ac8c5a5dcf3d1b99.tar.xz |
Merge pull request #46 from infirit/master
Cleanups and fixes
Diffstat (limited to 'mate-dictionary/docs/reference/gdict/Makefile.am')
-rw-r--r-- | mate-dictionary/docs/reference/gdict/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/docs/reference/gdict/Makefile.am b/mate-dictionary/docs/reference/gdict/Makefile.am index 8dab089e..56b5053c 100644 --- a/mate-dictionary/docs/reference/gdict/Makefile.am +++ b/mate-dictionary/docs/reference/gdict/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = 1.6 DOC_MODULE=mate-dict # The top-level SGML file. Change it if you want. -DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml +DOC_MAIN_SGML_FILE=gdict-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments |