OSDN Git Service

www: announce the update of some util-linux manpages to 2.34.
[linuxjm/jm.git] / Makefile
index 1950ef4..729130d 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 guide
+periodic: chkcvs roff infoman html web cgi guide web-extra
 
 all: periodic archive-install 
 
@@ -94,6 +94,10 @@ cgi:
 guide:
        $(MAKE) -C guide/ -f Makefile.venv-wrap install WWWROOT=$(WWWROOT) install
 
+.PHONY:        web-extra
+web-extra:
+       rsync -av manual/LDP_man-pages/untrans.html $(WWWROOT)/LDP_untrans.html
+
 #
 # archive related rules
 #