diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-06-30 13:39:21 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-06-30 13:55:45 -0400 |
commit | 69996150256954ef71c45ee7727fea96e02f8db2 (patch) | |
tree | a8490a28ec24bec13f1bf281f0ee2907193a2642 /specs/Makefile.am | |
parent | 3f1718e39c73475fb8384e61b6dc78f313d926f9 (diff) |
specs: move geproto.txt in the specs directory
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs/Makefile.am')
-rw-r--r-- | specs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index 9d94e85..c717d04 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -23,7 +23,7 @@ if ENABLE_SPECS doc_sources = dbe.xml security.xml sync.xml -dist_doc_DATA = $(doc_sources) +dist_doc_DATA = $(doc_sources) geproto.txt if HAVE_XMLTO doc_DATA = $(doc_sources:.xml=.html) |