diff options
author | infirit <[email protected]> | 2013-11-08 18:25:02 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 18:25:02 +0100 |
commit | a92b45355bbff25256fc5c92cc812ce059d668b1 (patch) | |
tree | 8e5a350b898f7c4e2c11ba8fb04369bf8ae6b788 | |
parent | c48c114a7b5fc883953669d883647bbca5db737c (diff) | |
download | mate-utils-a92b45355bbff25256fc5c92cc812ce059d668b1.tar.bz2 mate-utils-a92b45355bbff25256fc5c92cc812ce059d668b1.tar.xz |
Correct sgml filename
-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 |