summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-23 11:29:53 +0000
committerkraxel <kraxel>2007-08-23 11:29:53 +0000
commit5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1 (patch)
tree7da4b19655064c5cf0a4579ef623b777ab9cde46 /GNUmakefile
parent36bbdb381a53d0dbdfd47e224510536a099b8f32 (diff)
downloadamtterm-5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1.tar.gz
add manpages
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dfc16d2..2918758 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -40,10 +40,13 @@ LDLIBS += $(shell test "$(pkglst)" != "" && pkg-config --libs $(pkglst))
build: $(TARGETS)
install: build
- $(INSTALL_DIR) $(bindir) $(appdir)
+ $(INSTALL_DIR) $(bindir) $(appdir) $(mandir)/man1 $(mandir)/man7
$(INSTALL_BINARY) $(TARGETS) $(bindir)
$(INSTALL_SCRIPT) amttool $(bindir)
$(INSTALL_DATA) $(DESKTOP) $(appdir)
+ $(INSTALL_DATA) gamt.man $(mandir)/man1/gamt.1
+ $(INSTALL_DATA) amtterm.man $(mandir)/man1/amtterm.1
+ $(INSTALL_DATA) amt-howto.man $(mandir)/man7/amt-howto.7
clean:
rm -f *.o *~