Commit c0114674 authored by unknown's avatar unknown

don't fail if dbug manual cannot be built

parent 7cd9cc1b
......@@ -36,10 +36,10 @@ dbug_analyze_SOURCES = dbug_analyze.c
all: user.t user.ps
user.t: user.r $(NROFF_INC)
nroff -mm user.r > $@
-nroff -mm user.r > $@
user.ps: user.r $(NROFF_INC)
groff -mm user.r > $@
-groff -mm user.r > $@
output1.r: factorial
./factorial 1 2 3 4 5 | cat > $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment