From cf532f60bf5d5950484ed7c854e93d01fba8c780 Mon Sep 17 00:00:00 2001 From: Godfath3r Date: Fri, 29 Mar 2013 19:37:29 +0900 Subject: Terminology: add man page for terminology. put everything in man/ folder. configure.ac edit, man page should be installed now with make install --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 man/Makefile.am (limited to 'man/Makefile.am') diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..923851a --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,2 @@ +man1_MANS = terminology.1 +EXTRA_DIST = terminology.1 -- cgit v1.2.1