aboutsummaryrefslogtreecommitdiff
path: root/doc/man/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-30 17:40:35 +0000
committerng0 <ng0@n0.is>2019-10-30 17:40:35 +0000
commite28c41cf0e66289cfaf233539e0f42cf7b2646c4 (patch)
treec4bb69e5731fd9f0547b9dbe27a675f01d8b1acf /doc/man/Makefile.am
parente2d176d4a51c125bf6c1146db667a6f23e453837 (diff)
downloadgnunet-e28c41cf0e66289cfaf233539e0f42cf7b2646c4.tar.gz
gnunet-e28c41cf0e66289cfaf233539e0f42cf7b2646c4.zip
doc/*/Makefile.am: remove unnecessary rules.
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r--doc/man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index b3ea1c44e..82cdfc06b 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -33,6 +33,8 @@ htmldocdir = $(datadir)/doc/gnunet/manhtml/
33man-html-install: 33man-html-install:
34 @mkdir -p $(htmldocdir) 34 @mkdir -p $(htmldocdir)
35 @mv $(srcdir)/*.html $(htmldocdir) 35 @mv $(srcdir)/*.html $(htmldocdir)
36man-html-uninstall:
37 @rm $(htmldocdir)/*.html
36 38
37CLEANFILES += *.html 39CLEANFILES += *.html
38endif 40endif