IgnorantGuru / udevil

Mount without password
http://ignorantguru.github.com/udevil/
GNU General Public License v3.0
129 stars 30 forks source link

[PATCH] Fix ignored manpages #63

Open CasperVector opened 8 years ago

CasperVector commented 8 years ago
diff --git a/Makefile.am b/Makefile.am
index 6cbaf9a..b5ba1d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = etc po src
+SUBDIRS = etc man po src

 EXTRA_DIST = \
        intltool-extract.in \

Of course you need to re-run autogen.sh after applying this change.