diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 000000000..9ea3cbafc --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,9 @@ +man6_MANS = manaplus.6 + +EXTRA_DIST = $(man6_MANS) \ + packages.txt \ + FAQ.txt \ + HACKING.txt \ + SOURCE/Doxyfile \ + items.txt \ + progression.txt |