Skip to content

Commit

Permalink
Add Texinfo file with user manual
Browse files Browse the repository at this point in the history
Yeah, finally an user manual!
  • Loading branch information
danirod committed Aug 3, 2016
1 parent 90a4d2f commit d9ea34c
Show file tree
Hide file tree
Showing 6 changed files with 1,144 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -38,3 +38,7 @@ src/chip8/chip8
.cproject
.project
.settings/
doc/texinfo.tex
doc/version.texi
doc/stamp-vti
doc/mdate-sh
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,5 +1,5 @@
# Subdirectories
SUBDIRS = src .
SUBDIRS = src doc .
if HAVE_CHECK
SUBDIRS += tests
endif
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -30,6 +30,7 @@ AC_CONFIG_FILES([
src/Makefile
src/lib8/Makefile
src/chip8/Makefile
doc/Makefile
tests/Makefile
])
AC_OUTPUT
3 changes: 3 additions & 0 deletions doc/Makefile.am
@@ -0,0 +1,3 @@
# Info sources
info_TEXINFOS = chip8.texi

0 comments on commit d9ea34c

Please sign in to comment.