serialize making groff files...

This commit is contained in:
SANO Masatoshi 2015-10-31 01:36:28 +09:00
parent 0b45809c77
commit 9dc061a5ac
4 changed files with 17 additions and 10 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = src
SUBDIRS = src documents
debian:
ros scripts/debian.ros
prepare-release:

View file

@ -5,7 +5,7 @@ AC_PREREQ([2.65])
AC_INIT([roswell],[0.0.3.50],snmsts@gmail.com)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_FILES([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile])
AC_CONFIG_SRCDIR([src/Makefile.am])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE([enable])

14
documents/Makefile.am Normal file
View file

@ -0,0 +1,14 @@
.NOTPARALLEL:
%.1: %.html ../src/ros$(EXEEXT)
$(WINE) ../src/ros$(EXEEXT) setup --no-core;../src/ros$(EXEEXT) ./man.ros $< $@
if MANUAL_GENERATE
man1_MANS = ros.1 ros-init.1
endif
CLEANFILES = $(man1_MANS)
all: $(man1_MANS)

View file

@ -26,14 +26,7 @@ ros_SOURCES = ros.c opt.c download.c archive.c html.c \
cmd-setup.c
noinst_HEADERS = util.h opt.h cmd-install.h gend.h
%.1: %.html ros$(EXEEXT)
$(WINE) ./ros$(EXEEXT) setup --no-core;./ros$(EXEEXT) ../scripts/man.ros $< $@
if MANUAL_GENERATE
man1_MANS = ../documents/ros.1 ../documents/ros-init.1
endif
CLEANFILES = gend.h $(man1_MANS)
CLEANFILES = gend.h
FORCE:
.PHONY: FORCE