about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5096a61..66aa7c8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,8 +17,8 @@ man html:
 
 pkg_extra += $(man1_paths)
 $(man1_paths): man
-include pkg.mk
 
-doc::
+doc:: html
         install -m644 COPYING-GPL2 doc/COPYING-GPL2
+include pkg.mk
 .PHONY: man html