Package: newsbeuter / 2.9-5+deb9u2

19-clean-doc.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Clean the docs before compiling
 Upstream provides us with prebuilt docs but there are currently some patches
 that modify the docs, therefore the docs should be cleaned are rebuilt

--- a/Makefile
+++ b/Makefile
@@ -118,11 +118,11 @@
 clean-libfilter:
 	$(RM) $(FILTERLIB_OUTPUT) $(FILTERLIB_OBJS)
 
-#clean-doc:
-#	$(RM) -r doc/xhtml 
-#	$(RM) doc/*.xml doc/*.1 doc/newsbeuter-cfgcmds.txt doc/podbeuter-cfgcmds.txt doc/newsbeuter-keycmds.txt
+clean-doc:
+	$(RM) -r doc/xhtml
+	$(RM) doc/*.xml doc/*.1 doc/newsbeuter-cfgcmds.txt doc/podbeuter-cfgcmds.txt doc/newsbeuter-keycmds.txt
 
-clean: clean-newsbeuter clean-podbeuter clean-libbeuter clean-libfilter clean-librsspp
+clean: clean-newsbeuter clean-podbeuter clean-libbeuter clean-libfilter clean-librsspp clean-doc
 	$(RM) $(STFLHDRS) xlicense.h
 
 distclean: clean clean-mo test-clean