Skip to content
Snippets Groups Projects
Unverified Commit ac861f49 authored by Marcin Ślusarz's avatar Marcin Ślusarz Committed by GitHub
Browse files

Merge pull request #4495 from marcinslusarz/install-doc

doc: add dependency between compressed and uncompressed man pages
parents 66e66381 cda108d6
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ $(MANPAGES_WEBDIR_LINUX) $(MANPAGES_WEBDIR_WINDOWS): ...@@ -232,7 +232,7 @@ $(MANPAGES_WEBDIR_LINUX) $(MANPAGES_WEBDIR_WINDOWS):
%.txt: % %.txt: %
man ./$< > $@ man ./$< > $@
%.gz: %.gz: %
gzip -c ./$* > $@ gzip -c ./$* > $@
%.html: % %.html: %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment