Skip to content
Snippets Groups Projects
Commit cda108d6 authored by Marcin Ślusarz's avatar Marcin Ślusarz
Browse files

doc: add dependency between compressed and uncompressed man pages

fixes "make install" without "make" on freshly cloned tree
parent 3e79fb64
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ $(MANPAGES_WEBDIR_LINUX) $(MANPAGES_WEBDIR_WINDOWS): ...@@ -230,7 +230,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