OSDN Git Service

Add Makefile target to install JM guide
authorAkihiro MOTOKI <amotoki@users.sourceforge.jp>
Tue, 16 Feb 2016 21:37:26 +0000 (06:37 +0900)
committerAkihiro MOTOKI <amotoki@users.sourceforge.jp>
Tue, 16 Feb 2016 21:37:26 +0000 (06:37 +0900)
Makefile

index a0cdc9f..1950ef4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ JMRPM_BUILD_ROOT=$(TMPDIR)/man-pages-ja-root
 #
 # global rules
 #
-periodic: chkcvs roff infoman html web cgi
+periodic: chkcvs roff infoman html web cgi guide
 
 all: periodic archive-install 
 
@@ -90,6 +90,10 @@ cgi:
                WWWROOT=$(WWWROOT) CGIROOT=$(CGIROOT)\
                install
 
+.PHONY:        guide
+guide:
+       $(MAKE) -C guide/ -f Makefile.venv-wrap install WWWROOT=$(WWWROOT) install
+
 #
 # archive related rules
 #