Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created June 15, 2016 21:54
Show Gist options
  • Save bcoca/d78ebf33f8d1df5b28cc8847e5d98564 to your computer and use it in GitHub Desktop.
Save bcoca/d78ebf33f8d1df5b28cc8847e5d98564 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 367987a..4456422 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,8 @@ deb-src-upload: deb-src
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
-webdocs: $(MANPAGES)
+webdocs:
(cd docsite/; make docs)
docs: $(MANPAGES)
+ (cd docsite/; make docs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment