aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/xephem/01-use-mandoc.patch
blob: 50797eed46c5658299afb747ca62b718366aac59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/GUI/xephem/Makefile b/GUI/xephem/Makefile
index 6fa4405..33d5085 100644
--- a/GUI/xephem/Makefile
+++ b/GUI/xephem/Makefile
@@ -192,7 +192,7 @@ xephem: $(INCS) $(OBJS)
 	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
 xephem.1: xephem.man
-	nroff -man $? > $@
+	mandoc $? > $@
 
 libs:
 	cd ../../libastro; make