mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Fixes compilation without host pod2man.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit e41fd1794b)
8 lines
107 B
Diff
8 lines
107 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,3 +1,3 @@
|
|
-SUBDIRS = src doc
|
|
+SUBDIRS = src
|
|
|
|
README: README.md
|