Skip to content

Commit

Permalink
Fix man page installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onkar Shinde authored and Onkar Shinde committed Jan 17, 2010
1 parent fe4fcc9 commit 2fd44de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2010-01-17 Onkar Shinde <onkarshinde@gmail.com>

* dox/Makefile.am: Fix a small problem in man page installation.

2010-01-15 Onkar Shinde <onkarshinde@gmail.com>

* doc/Makefile.am: Better handling of installation of examples and manpage.
Expand Down
3 changes: 1 addition & 2 deletions doc/Makefile.am
Expand Up @@ -8,9 +8,8 @@ gnusim8085_docdir = $(docdir)
gnusim8085_doc_DATA = asm-guide.txt

man_MANS = gnusim8085.1
dist_man_MANS = gnusim8085.1

gnusim8085_exampledir = $(docdir)/examples/
gnusim8085_example_DATA = examples/*

EXTRA_DIST = $(gnusim8085_doc_DATA) $(gnusim8085_example_DATA)
EXTRA_DIST = $(gnusim8085_doc_DATA) $(gnusim8085_example_DATA) gnusim8085.1

0 comments on commit 2fd44de

Please sign in to comment.